Support Class Library
A set of tools providing classes and utility
|
MoveConstructible concept, a type T is move constructible if meta::is_move_constructible<T>() is true. More...
#include "MoveConstructible.h"
Public Member Functions | |
constexpr | operator bool () const |
MoveConstructible concept, a type T is move constructible if meta::is_move_constructible<T>() is true.
T | the type to check against |
Definition at line 15 of file MoveConstructible.h.
|
inline |
Definition at line 16 of file MoveConstructible.h.