tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::constructible_from Concept Reference

The constructible_from concept specifies that a variable of type T can be initialized with the given set of argument types Args.... More...

#include <constructible_from.hpp>

Concept definition

template<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
constexpr bool is_constructible_v
Definition is_constructible.hpp:24

Detailed Description

The constructible_from concept specifies that a variable of type T can be initialized with the given set of argument types Args....