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)

Detailed Description

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

Definition at line 99 of file internal/exact.hh.


Member Typedef Documentation

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

Definition at line 102 of file internal/exact.hh.

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

Definition at line 103 of file internal/exact.hh.


Member Enumeration Documentation

template<typename T >
anonymous enum
Enumerator:
id 

Definition at line 101 of file internal/exact.hh.


Member Function Documentation

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

Definition at line 104 of file internal/exact.hh.

References mln::internal::exact_run_().