Public Types | Static Public Member Functions

mln::internal::exact_< const 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 const helper::ret ret

Static Public Member Functions

static retrun (const T *t)

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


Member Typedef Documentation

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

Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
id 

Member Function Documentation

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