Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::result_of::extract< T, TagT > Struct Template Reference

A metafunction that allows to acquire the result of the value extraction. More...

#include <value_extraction_fwd.hpp>

Public Types

typedef value_ref< T, TagT > type
 

Detailed Description

template<typename T, typename TagT>
struct boost::result_of::extract< T, TagT >

A metafunction that allows to acquire the result of the value extraction.

The metafunction results in a type that is in form of value_ref< T, TagT >.

Member Typedef Documentation

template<typename T , typename TagT >
typedef value_ref< T, TagT > boost::result_of::extract< T, TagT >::type

The documentation for this struct was generated from the following file: