Static Public Attributes | List of all members
boost::has_nothrow_move< T > Struct Template Reference

#include <traits.hpp>

Static Public Attributes

static const bool value
 

Detailed Description

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

By default this traits returns

boost::is_nothrow_move_constructible<T>::value && boost::is_nothrow_move_assignable<T>::value 

. Classes with non-throwing move constructor and assignment can specialize this trait to obtain some performance improvements.

Definition at line 54 of file traits.hpp.

Member Data Documentation

template<class T >
const bool boost::has_nothrow_move< T >::value
static

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


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:50:33