|
Porytiles
|
std::formatter specialization for DynamicCasedName. More...
#include <dynamic_cased_name.hpp>
Public Member Functions | |
| constexpr auto | parse (std::format_parse_context &ctx) |
| auto | format (const porytiles::DynamicCasedName &value, auto &ctx) const |
std::formatter specialization for DynamicCasedName.
Enables DynamicCasedName to be used with std::format() and related formatting functions. Delegates to the porytiles::to_string() overload for consistent string representation.
Definition at line 229 of file dynamic_cased_name.hpp.
|
inline |
Definition at line 235 of file dynamic_cased_name.hpp.
|
inlineconstexpr |
Definition at line 230 of file dynamic_cased_name.hpp.