StormByte C++ Library 1.2.0
StormByte is a comprehensive, cross-platform C++ library aimed at easing system programming, configuration management, logging, and database handling tasks. This library provides a unified API that abstracts away the complexities and inconsistencies of different platforms (Windows, Linux).
Loading...
Searching...
No Matches
StormByte::Type::Movable Concept Reference

Both MoveConstructible and MoveAssignable. More...

#include <StormByte/type_traits/object_semantics.hxx>

Concept definition

template<typename T>
Both MoveConstructible and MoveAssignable.
Definition object_semantics.hxx:249
Type that can be move-assigned (operator=(T&&)).
Definition object_semantics.hxx:213
Type that can be move-constructed.
Definition object_semantics.hxx:189

Detailed Description

Both MoveConstructible and MoveAssignable.

Template Parameters
TType to test.
template<Type::Movable T>
T transfer(T&& source);