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