#include <format.h>
|
| enum | { value = ConvertToIntImpl2<T, enable_conversion>::value
} |
| |
| enum | { enable_conversion = sizeof(convert(get<T>())) == sizeof(Yes)
} |
| |
template<typename T>
struct fmt::internal::ConvertToInt< T >
Definition at line 1285 of file format.h.
| Enumerator |
|---|
| enable_conversion |
|
Definition at line 1287 of file format.h.
The documentation for this struct was generated from the following file: