Public Types | Static Public Member Functions

mln::internal::exact_< T > Struct Template Reference

#include <exact.hh>

List of all members.

Public Types

enum  { id = sizeof(exact_selector_(make_<T>::ptr())) }
typedef exact_ret_< id, T > helper
typedef helper::ret ret

Static Public Member Functions

static retrun (T *t)

template<typename T>
struct mln::internal::exact_< T >


Member Typedef Documentation

template<typename T>
typedef exact_ret_<id, T> mln::internal::exact_< T >::helper
template<typename T>
typedef helper::ret mln::internal::exact_< T >::ret

Member Enumeration Documentation

template<typename T>
anonymous enum
Enumerator:
id 

Member Function Documentation

template<typename T>
static ret* mln::internal::exact_< T >::run ( T *  t  )  [inline, static]