tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
copy_constructible.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_COPY_CONSTRUCTIBLE_HPP
4#define TETL_CONCEPTS_COPY_CONSTRUCTIBLE_HPP
5
9
10namespace etl {
11
18// clang-format off
19template <typename T>
25// clang-format on
26
27} // namespace etl
28
29#endif // TETL_CONCEPTS_COPY_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 copy_constructible is satisfied if T is an lvalue reference type, or if it is a move_cons...
Definition copy_constructible.hpp:20
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