Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function get

boost::type_erasure::get

Synopsis

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


template< N, typename Concept,  T> 
  any< Concept, TN > & (tuple< Concept,  arg);
template< N, typename Concept,  T> 
  const any< Concept, TN > & (const tuple< Concept,  arg);

Description

Returns the Nth any in the tuple.


PrevUpHomeNext