Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
utility_core.hpp File Reference

This header defines core utilities to ease the development of move-aware functions. More...

#include <boost/move/detail/config_begin.hpp>
#include <boost/move/core.hpp>
#include <boost/move/detail/meta_utils.hpp>
#include <boost/static_assert.hpp>
#include <boost/move/detail/config_end.hpp>
Include dependency graph for utility_core.hpp:

Classes

struct  boost::enable_move_utility_emulation< T >
 This trait's internal boolean value is false in compilers with rvalue references and true in compilers without rvalue references. More...
 

Namespaces

 boost
 Duration formatting facet for input.
 
 boost::move_detail
 

Functions

template<class T >
typename::boost::move_detail::remove_reference
< T >::type && 
boost::move (T &&t) BOOST_NOEXCEPT
 
template<class T >
T && boost::forward (typename::boost::move_detail::remove_reference< T >::type &t) BOOST_NOEXCEPT
 
template<class T >
T && boost::forward (typename::boost::move_detail::remove_reference< T >::type &&t) BOOST_NOEXCEPT
 
template<class T >
T && boost::move_if_not_lvalue_reference (typename::boost::move_detail::remove_reference< T >::type &t) BOOST_NOEXCEPT
 
template<class T >
T && boost::move_if_not_lvalue_reference (typename::boost::move_detail::remove_reference< T >::type &&t) BOOST_NOEXCEPT
 
template<class T >
void boost::move_detail::swap (T &a, T &b)
 
template<typename T >
boost::move_detail::add_rvalue_reference
< T >::type 
boost::move_detail::declval ()
 

Detailed Description

This header defines core utilities to ease the development of move-aware functions.

This header minimizes dependencies from other libraries.