Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
fmt::internal::ConvertToInt< T > Struct Template Reference

#include <format.h>

Public Types

enum  { enable_conversion = sizeof(fmt::internal::convert(get<T>())) == sizeof(Yes) }
 
enum  { value = ConvertToIntImpl2<T, enable_conversion>::value }
 

Detailed Description

template<typename T>
struct fmt::internal::ConvertToInt< T >

Definition at line 1259 of file format.h.

Member Enumeration Documentation

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
enable_conversion 

Definition at line 1260 of file format.h.

◆ anonymous enum

template<typename T >
anonymous enum
Enumerator
value 

Definition at line 1263 of file format.h.


The documentation for this struct was generated from the following file: