$extrastylesheet
Olena  User documentation 2.1
An Image Processing Platform
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mln::trait::function::internal::introspect::has_storage_t< T, V > Struct Template Reference

#include <mln/trait/functions.hh>

Static Public Member Functions

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

Public Types

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

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 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)
inlinestatic

Definition at line 187 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.