Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::has_move_emulation_enabled< T > Struct Template Reference

This trait yields to a compile-time true boolean if T was marked as BOOST_MOVABLE_BUT_NOT_COPYABLE or BOOST_COPYABLE_AND_MOVABLE and rvalue references are not available on the platform. More...

#include <core.hpp>

Static Public Attributes

static const bool value = false
 

Detailed Description

template<class T>
struct boost::has_move_emulation_enabled< T >

This trait yields to a compile-time true boolean if T was marked as BOOST_MOVABLE_BUT_NOT_COPYABLE or BOOST_COPYABLE_AND_MOVABLE and rvalue references are not available on the platform.

False otherwise.

Member Data Documentation

template<class T >
const bool boost::has_move_emulation_enabled< T >::value = false
static

The documentation for this struct was generated from the following file: