struct is_contiguous
Declaration
template <typename T>
struct is_contiguous : public std::integral_constant { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:271
Inherits from: std::integral_constant
Templates
- T
template <typename T>
struct is_contiguous : public std::integral_constant { /* full declaration omitted */ };
Declared at: third_party/fmt/include/fmt/core.h:271
Inherits from: std::integral_constant