3#ifndef TETL_CONCEPTS_CONSTRUCTIBLE_FROM_HPP
4#define TETL_CONCEPTS_CONSTRUCTIBLE_FROM_HPP
14template <
typename T,
typename... Args>
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