Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Struct template has_move_emulation_disabled

boost::has_move_emulation_disabled

Synopsis

// In header: <boost/move/core.hpp>

template<typename T> 
struct has_move_emulation_disabled {

  // public data members
  static const bool value;
};

PrevUpHomeNext