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 a snapshot of the master branch, built from commit 064f557086.
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