Support Class Library
A set of tools providing classes and utility
|
NonMovable concept, a type is non movable if it is neither move constructible nor move assignable. More...
#include "NonMovable.h"
Public Member Functions | |
constexpr | operator bool () const |
NonMovable concept, a type is non movable if it is neither move constructible nor move assignable.
T | being the type to check against |
Definition at line 12 of file NonMovable.h.
|
inline |
Definition at line 13 of file NonMovable.h.