QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
Loading...
Searching...
No Matches
std::experimental::is_nothrow_move_constructible< T > Struct Template Reference

#include "optional.hpp"

Static Public Attributes

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

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

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