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:20
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:15
etl::movable
Definition
movable.hpp:16
etl::and
and
Definition
incrementable_traits.hpp:40
etl
copyable
Generated on Sun Sep 7 2025 19:15:36 for tetl by
1.9.8