Public Types | Static Public Member Functions

mln::trait::function::internal::introspect::has_storage_t< T, V > Struct Template Reference

#include <functions.hh>

List of all members.

Public Types

typedef has_param_t< T, V > has_param
typedef metal::false_ ret
typedef has_param::type type

Static Public Member Functions

template<typename U >
static const U & compute (const U &t)

Detailed Description

template<typename T, typename V>
struct mln::trait::function::internal::introspect::has_storage_t< T, V >

Definition at line 178 of file functions.hh.


Member Typedef Documentation

template<typename T, typename V>
typedef has_param_t<T, V> mln::trait::function::internal::introspect::has_storage_t< T, V >::has_param

Definition at line 180 of file functions.hh.

template<typename T, typename V>
typedef metal::false_ mln::trait::function::internal::introspect::has_storage_t< T, V >::ret

Definition at line 182 of file functions.hh.

template<typename T, typename V>
typedef has_param::type mln::trait::function::internal::introspect::has_storage_t< T, V >::type

Definition at line 183 of file functions.hh.


Member Function Documentation

template<typename T, typename V>
template<typename U >
static const U& mln::trait::function::internal::introspect::has_storage_t< T, V >::compute ( const U &  t  )  [inline, static]