![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <chrono>#include <type_traits>#include <utility>#include "vccc/__tuple/tuple_like.hpp"#include "vccc/__type_traits/has_typename_type.hpp"#include "vccc/__type_traits/is_referenceable.hpp"#include "vccc/__type_traits/void_t.hpp"Go to the source code of this file.
Namespaces | |
| vccc | |
Typedefs | |
| template<typename ... T> | |
| using | common_type_t = typename common_type< T... >::type |