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> 
  const binding< Concept > & binding_of(const any< Concept, T > & arg);

Description

Returns:

The type bindings of an any.

Throws:

Nothing.

PrevUpHomeNext