SimulationCraft
SimulationCraft is a tool to explore combat mechanics in the popular MMO RPG World of Warcraft (tm).
basic_format_string< Char, Args > Class Template Reference

A compile-time format string. More...

#include <core.h>

Public Member Functions

template<typename S , FMT_ENABLE_IF( std::is_convertible< const S &, basic_string_view< Char >>::value) >
FMT_CONSTEVAL FMT_INLINE basic_format_string (const S &s)
 
 basic_format_string (basic_runtime< Char > r)
 
FMT_INLINE operator basic_string_view< Char > () const
 

Detailed Description

template<typename Char, typename... Args>
class basic_format_string< Char, Args >

A compile-time format string.