TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fmt::internal::SignChecker< IsSigned > Struct Template Reference

#include <format.h>

Static Public Member Functions

template<typename T >
static bool is_negative (T value)
 

Member Function Documentation

template<bool IsSigned>
template<typename T >
static bool fmt::internal::SignChecker< IsSigned >::is_negative ( value)
inlinestatic
789 { return value < 0; }
const FieldDescriptor value
Definition: descriptor.h:1522

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