ActiveLib
Loading...
Searching...
No Matches
active::utility::Movable Concept Reference

Movable concept for classes/functions dependent on cloning with a move. More...

#include <Mover.h>

Concept definition

template<class T>
concept active::utility::Movable = std::is_base_of<Mover, T>::value
Movable concept for classes/functions dependent on cloning with a move.
Definition Mover.h:33

Detailed Description

Movable concept for classes/functions dependent on cloning with a move.