tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
movable.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_MOVABLE_HPP
4#define TETL_CONCEPTS_MOVABLE_HPP
5
10
11namespace etl {
12
14template <typename T>
16
17} // namespace etl
18
19#endif // TETL_CONCEPTS_MOVABLE_HPP
Definition assignable_from.hpp:19
Definition movable.hpp:15
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
Definition swappable.hpp:13
Definition adjacent_find.hpp:8
constexpr bool is_object_v
Definition is_object.hpp:35