Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template binding_of

boost::type_erasure::binding_of

Synopsis

// In header: <boost/type_erasure/binding_of.hpp>


template<typename Concept, typename T> 
  binding<  (any<  arg);

Description

Returns:

The type bindings of an any.

Throws:

Nothing.

PrevUpHomeNext