VCCC  2024.05
VisualCamp Common C++ library
constructible_from< T, Args > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/constructible_from.hpp>

+ Inheritance diagram for constructible_from< T, Args >:

Detailed Description

template<typename T, typename... Args>
struct vccc::constructible_from< T, Args >

template<typename T, typename... Args>
struct constructible_from : conjunction<
destructible<T>,
std::is_constructible<T, Args...>> {};

See std::constructible_from


The documentation for this struct was generated from the following file: