Porytiles
Loading...
Searching...
No Matches
std::formatter< porytiles::DynamicCasedName > Struct Reference

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
 

Detailed Description

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.

Member Function Documentation

◆ format()

auto std::formatter< porytiles::DynamicCasedName >::format ( const porytiles::DynamicCasedName value,
auto &  ctx 
) const
inline

Definition at line 235 of file dynamic_cased_name.hpp.

◆ parse()

constexpr auto std::formatter< porytiles::DynamicCasedName >::parse ( std::format_parse_context &  ctx)
inlineconstexpr

Definition at line 230 of file dynamic_cased_name.hpp.


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