tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::copyable Concept Reference

#include <copyable.hpp>

Concept definition

template<typename T>
concept etl::copyable =
Definition assignable_from.hpp:19
The concept copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_cons...
Definition copy_constructible.hpp:20
Definition copyable.hpp:14
Definition movable.hpp:15