Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::bimaps::tags::support::apply_to_value_type< F, TaggedType > Struct Template Reference

Higger order metafunction similar to mpl::apply but for tagged types. More...

#include <apply_to_value_type.hpp>

Detailed Description

template<class F, class TaggedType>
struct boost::bimaps::tags::support::apply_to_value_type< F, TaggedType >

Higger order metafunction similar to mpl::apply but for tagged types.

template< class Metafunction, class TaggedType >
struct apply_to_value_type
{
typedef tagged
<
> type;
};

This higher order metafunctions is very useful, and it can be used with lambda expresions.

See also tagged.


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