![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/negation.hpp"
Go to the source code of this file.
Classes | |
struct | is_explicitly_constructible< T, Args > |
Namespaces | |
vccc | |
Typedefs | |
template<typename T , typename... Args> | |
using | is_explicitly_constructible_t = typename is_explicitly_constructible< T, Args... >::type |