$extrastylesheet
#include <mln/value/internal/value_like.hh>
Public Member Functions | |
C & | handle_ () |
const C & | to_enc () const |
V | to_equiv () const |
N | to_interop () const |
Protected Attributes | |
enc | v_ |
Public Types | |
typedef C | enc |
typedef V | equiv |
typedef N | interop |
Definition at line 59 of file value_like.hh.
|
inline |
Definition at line 81 of file value_like.hh.
const C& mln::value::internal::value_like_< V, C, N, E >::to_enc | ( | ) | const |
Explicit conversion towards encoding type.
V mln::value::internal::value_like_< V, C, N, E >::to_equiv | ( | ) | const |
Explicit conversion towards equivalent type.
N mln::value::internal::value_like_< V, C, N, E >::to_interop | ( | ) | const |
Explicit conversion towards interoperation type.
|
protected |
Definition at line 84 of file value_like.hh.
typedef C mln::value::internal::value_like_< V, C, N, E >::enc |
Encoding associated type.
Definition at line 65 of file value_like.hh.
typedef V mln::value::internal::value_like_< V, C, N, E >::equiv |
Equivalent associated type.
Definition at line 62 of file value_like.hh.
typedef N mln::value::internal::value_like_< V, C, N, E >::interop |
Interoperation associated type.
Definition at line 68 of file value_like.hh.