Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
container.hpp File Reference
Include dependency graph for container.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::icl
 

Functions

template<class Type >
enable_if< is_container< Type >
, bool >::type 
boost::icl::is_empty (const Type &object)
 Tests if the container is empty. More...
 
template<class Type >
enable_if< is_container< Type >
, void >::type 
boost::icl::clear (Type &object)
 All content of the container is dropped. More...
 
template<class Type >
enable_if< mpl::and_
< is_container< Type >
, mpl::not_< is_icl_container
< Type > > >, std::size_t >
::type 
boost::icl::iterative_size (const Type &object)
 
template<class Type >
enable_if< is_container< Type >
, void >::type 
boost::icl::swap (Type &left, Type &right)
 
template<class Type >
enable_if< is_container< Type >
, typename Type::iterator >
::type 
boost::icl::cyclic_prior (Type &object, typename Type::iterator it_)
 
template<class Type >
enable_if< is_container< Type >
, typename
Type::const_iterator >::type 
boost::icl::cyclic_prior (const Type &object, typename Type::const_iterator it_)