![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <limits>
#include <type_traits>
#include "vccc/__type_traits/bool_constant.hpp"
#include "vccc/__type_traits/conjunction.hpp"
#include "vccc/__type_traits/disjunction.hpp"
Go to the source code of this file.
Classes | |
struct | is_integer_like< T > |
Check if type models integer-like type (C++ 20 requirement) More... | |
struct | is_signed_integer_like< T > |
struct | is_unsigned_integer_like< T > |
Namespaces | |
vccc | |