Hall A ROOT/C++ Analyzer (podd)
Loading...
Searching...
No Matches
std::experimental::is_nothrow_move_assignable< T > Struct Template Reference

template<class T>
struct std::experimental::is_nothrow_move_assignable< T >

Definition at line 153 of file optional.hpp.

Classes

struct  has_nothrow_move_assign
 
struct  has_nothrow_move_assign< X, true >
 

Static Public Attributes

static constexpr bool value = has_nothrow_move_assign<T, is_assignable<T&, T&&>::value>::value
 

#include <optional.hpp>

Member Data Documentation

◆ value

template<class T >
constexpr bool std::experimental::is_nothrow_move_assignable< T >::value = has_nothrow_move_assign<T, is_assignable<T&, T&&>::value>::value
staticconstexpr

Definition at line 165 of file optional.hpp.


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