tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::copyable Concept Reference
Concepts Library
»
concepts
#include <
copyable.hpp
>
Concept definition
template
<
typename
T>
concept
etl::copyable
=
copy_constructible<T>
and
movable<T>
and
assignable_from<T&, T&>
and
assignable_from<T&, T const&>
and
assignable_from<T&, T const>
etl::assignable_from
Definition
assignable_from.hpp:19
etl::copy_constructible
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
etl::copyable
Definition
copyable.hpp:14
etl::movable
Definition
movable.hpp:15
etl
copyable
Generated on Sat Mar 8 2025 16:20:00 for tetl by
1.14.0