![]() |
Home | Libraries | People | FAQ | More |
boost::intrusive::hashtable::downcast_node_to_value
// In header: <boost/intrusive/hashtable.hpp> template<bool IsConst> struct downcast_node_to_value { // types typedef unspecified base_t; typedef base_t::result_type result_type; typedef unspecified first_argument_type; typedef unspecified intermediate_argument_type; // construct/copy/destruct downcast_node_to_value(const hashtable *); // public member functions result_type operator()(first_argument_type) const; };
downcast_node_to_value
public
construct/copy/destructdowncast_node_to_value(const hashtable * cont);