#include <boost/icl/type_traits/predicate.hpp>#include <boost/icl/type_traits/identity_element.hpp>#include <boost/icl/type_traits/is_map.hpp>

Classes | |
| class | boost::icl::content_is_identity_element< Type > |
Namespaces | |
| boost | |
| Duration formatting facet for input. | |
| boost::icl | |
Functions | |
| template<class Type , class Iterator > | |
| enable_if< is_map< Type > , const typename Type::key_type >::type & | boost::icl::key_value (Iterator it_) |
| template<class Type , class Iterator > | |
| enable_if< is_map< Type > , const typename Type::codomain_type >::type & | boost::icl::co_value (Iterator it_) |
| template<class Type > | |
| enable_if< is_map< Type > , typename Type::value_type > ::type | boost::icl::make_value (const typename Type::key_type &key_val, const typename Type::codomain_type &co_val) |