#include <boost/tr1/type_traits.hpp>
Go to the source code of this file.
Namespaces | |
namespace | std |
STL namespace. | |
Functions | |
template<typename _Tp > | |
constexpr _Tp && | std::forward (typename std::tr1::remove_reference< _Tp >::type &__t) |
template<typename _Tp > | |
constexpr _Tp && | std::forward (typename std::tr1::remove_reference< _Tp >::type &&__t) |