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 move/traits.hpp.

Member Data Documentation

◆ value

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

The documentation for this struct was generated from the following file:
boost::move_detail::is_nothrow_move_assignable
Definition: type_traits.hpp:883
boost::move_detail::is_nothrow_move_constructible
Definition: type_traits.hpp:869


sick_visionary_ros
Author(s): SICK AG TechSupport 3D Snapshot
autogenerated on Thu Feb 8 2024 03:56:22