OXY API 1.0
OXY API Library Documentation
Loading...
Searching...
No Matches
oxy::format_message_fn Struct Reference

Functor to format messages based on message IDs. More...

#include <format_message.hpp>

Public Member Functions

std::string operator() (unsigned long messageId) const

Detailed Description

Functor to format messages based on message IDs.

This functor provides an operator() that takes a message ID and returns the corresponding formatted message as a string. It is designed to be used in a constexpr context for compile-time evaluation of message formatting.