Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template static_binding

boost::type_erasure::static_binding

Synopsis

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

template<typename Map> 
struct static_binding {
  // types
  typedef Map map_type;
};

Description

Represents a mapping from placeholders to the actual types that they bind to.


PrevUpHomeNext