Range-v3
Range algorithms, views, and actions for the Standard Library
concepts::defs::constructible_from Concept Reference

The constructible_from concept. More...

#include <concepts/concepts.hpp>

Concept definition

template<typename T, typename... Args>
std::is_constructible< T, Args... >::value
The constructible_from concept.
Definition: concepts.hpp:1141
The destructible concept.
Definition: concepts.hpp:1135

Detailed Description

The constructible_from concept.