Home | Libraries | People | FAQ | More |
boost::intrusive::default_hashtable_hook_applier
// In header: <boost/intrusive/hashtable.hpp> struct default_hashtable_hook_applier { // member classes/structs/unions template<typename T> struct apply { // types typedef T::default_hashtable_hook type; }; };