tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
move_constructible.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_MOVE_CONSTRUCTIBLE_HPP
4#define TETL_CONCEPTS_MOVE_CONSTRUCTIBLE_HPP
5
8
9namespace etl {
10
19template <typename T>
21
22} // namespace etl
23
24#endif // TETL_CONCEPTS_MOVE_CONSTRUCTIBLE_HPP
The constructible_from concept specifies that a variable of type T can be initialized with the given ...
Definition constructible_from.hpp:15
The concept convertible_to<From, To> specifies that an expression of the same type and value category...
Definition convertible_to.hpp:18
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 adjacent_find.hpp:8