tetl
0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::movable Concept Reference
Concepts Library
»
concepts
#include <
movable.hpp
>
Concept definition
template
<
typename
T>
concept
etl::movable
=
is_object_v<T>
and
move_constructible<T>
and
assignable_from<T&, T>
and
swappable<T>
etl::assignable_from
Definition
assignable_from.hpp:19
etl::movable
Definition
movable.hpp:15
etl::move_constructible
The concept move_constructible is satisfied if T is a reference type, or if it is an object type wher...
Definition
move_constructible.hpp:20
etl::swappable
Definition
swappable.hpp:13
etl::is_object_v
constexpr bool is_object_v
Definition
is_object.hpp:35
etl
movable
Generated on Sat Mar 8 2025 16:20:00 for tetl by
1.14.0