Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template in_place_type_t

boost::anys::in_place_type_t — Helper type for providing emplacement type to the constructor.

Synopsis

// In header: <boost/any/unique_any.hpp>

template<typename T> 
struct in_place_type_t {
};

PrevUpHomeNext