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 =
and
and
and
and
Definition assignable_from.hpp:20
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:15
Definition movable.hpp:16
and
Definition incrementable_traits.hpp:40