sparrow 0.3.0
|
Matches types that provide a clone
method.
More...
#include <memory.hpp>
Matches types that provide a clone
method.
This concept checks if a type T provides a clone
method that returns a unique pointer to an object whose type is a base of T.
T | The type to check |
Definition at line 110 of file memory.hpp.