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

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

Definition at line 132 of file optional.hpp.

Static Public Attributes

static constexpr bool value = std::is_nothrow_constructible<T, T&&>::value
 

#include <optional.hpp>

Member Data Documentation

◆ value

template<class T >
constexpr bool std::experimental::is_nothrow_move_constructible< T >::value = std::is_nothrow_constructible<T, T&&>::value
staticconstexpr

Definition at line 134 of file optional.hpp.


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