Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
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