QuickCppLib 0.10
Eliminate all the tedious hassle when making state-of-the-art C++ 14 - 23 libraries!
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
std::experimental::is_nothrow_move_assignable< T > Struct Template Reference

#include "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
 

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

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