![]() |
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_implicitly_constructible< T, Args > |
Namespaces | |
| vccc | |
Typedefs | |
| template<typename T , typename... Args> | |
| using | is_implicitly_constructible_t = typename is_implicitly_constructible< T, Args... >::type |