![]() |
Home | Libraries | People | FAQ | More |
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> (static_binding< ); template<typename Concept, typename Map> (binding< , static_binding< ); };
Maps a set of placeholders to actual types.
dynamic_binding
public
construct/copy/destructtemplate<typename Map> (static_binding< );
template<typename Concept, typename Map> (binding< other, static_binding< );