tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
constructible_from.hpp
Go to the documentation of this file.
1// SPDX-License-Identifier: BSL-1.0
2
3#ifndef TETL_CONCEPTS_CONSTRUCTIBLE_FROM_HPP
4#define TETL_CONCEPTS_CONSTRUCTIBLE_FROM_HPP
5
8
9namespace etl {
10
14template <typename T, typename... Args>
16
17} // namespace etl
18
19#endif // TETL_CONCEPTS_CONSTRUCTIBLE_FROM_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 destructible specifies the concept of all types whose instances can safely be destroyed a...
Definition destructible.hpp:15
Definition adjacent_find.hpp:8
constexpr bool is_constructible_v
Definition is_constructible.hpp:24