...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
boost::type_erasure::dynamic_binding
// In header: <boost/type_erasure/dynamic_binding.hpp> template<typename PlaceholderList> class dynamic_binding { public: // construct/copy/destruct template<typename Map> dynamic_binding(const static_binding< Map > &); template<typename Concept, typename Map> dynamic_binding(const binding< Concept > &, const static_binding< Map > &); };
Maps a set of placeholders to actual types.
dynamic_binding
public
construct/copy/destructtemplate<typename Map> dynamic_binding(const static_binding< Map > &);
template<typename Concept, typename Map> dynamic_binding(const binding< Concept > & other, const static_binding< Map > &);