![]() |
SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
|
Public Member Functions | |
printf_arg_formatter (OutputIt iter, format_specs &s, context_type &ctx) | |
OutputIt | operator() (monostate value) |
template<typename T , FMT_ENABLE_IF(detail::is_integral< T >::value) > | |
OutputIt | operator() (T value) |
template<typename T , FMT_ENABLE_IF(std::is_floating_point< T >::value) > | |
OutputIt | operator() (T value) |
OutputIt | operator() (const char *value) |
Formats a null-terminated C string. More... | |
OutputIt | operator() (const wchar_t *value) |
Formats a null-terminated wide C string. More... | |
OutputIt | operator() (basic_string_view< Char > value) |
OutputIt | operator() (const void *value) |
Formats a pointer. More... | |
OutputIt | operator() (typename basic_format_arg< context_type >::handle handle) |
Formats an argument of a custom (user-defined) type. More... | |
![]() | |
template<typename T > | |
FMT_CONSTEXPR FMT_INLINE auto | operator() (T value) -> iterator |
auto | operator() (typename basic_format_arg< context >::handle) -> iterator |
Additional Inherited Members | |
![]() | |
using | iterator = buffer_appender< Char > |
using | context = buffer_context< Char > |
![]() | |
iterator | out |
const basic_format_specs< Char > & | specs |
locale_ref | locale |
|
inline |
Formats a null-terminated C string.
|
inline |
Formats a null-terminated wide C string.
|
inline |
Formats a pointer.
|
inline |
Formats an argument of a custom (user-defined) type.