value_type.hpp File Reference
#include <atria/meta/detected.hpp>

Go to the source code of this file.

Classes

struct  get_value_type< T >
 Utility metafunction for accessing an underlying value type. More...
 

Namespaces

 atria
 C++ amazing templates and reusable implementations awesomeness.
 
 atria::meta
 Metaprogramming tools, including some Booost.MPL adaptors and concept checking facilities.
 

Typedefs

template<typename T >
using value_t = eval_t< get_value_type< estd::decay_t< T > > >
 Convenient alias for get_value_type More...
 
Fork me on GitHub