#include <assoc_container_factory_fwd.hpp>


Public Types | |
| typedef detail::nested_iterator_if_not_placeholder_expression < Container >::type | handle_type |
| typedef detail::nested_value_type_if_not_placeholder_expression < Container >::type | entry_type |
| typedef assoc_container_factory_class | type |
Public Member Functions | |
| handle_type | insert (const entry_type &x) |
| handle_type | insert (entry_type &&x) |
| void | erase (handle_type h) |
Static Public Member Functions | |
| static const entry_type & | entry (handle_type h) |
| typedef detail::nested_value_type_if_not_placeholder_expression< Container >::type boost::flyweights::assoc_container_factory_class< Container >::entry_type |
| typedef detail::nested_iterator_if_not_placeholder_expression< Container >::type boost::flyweights::assoc_container_factory_class< Container >::handle_type |
| typedef assoc_container_factory_class boost::flyweights::assoc_container_factory_class< Container >::type |
|
inlinestatic |
|
inline |
|
inline |
|
inline |