|
OXY API 1.0
OXY API Library Documentation
|
Functor to format messages based on message IDs. More...
#include <format_message.hpp>
Public Member Functions | |
| std::string | operator() (unsigned long messageId) const |
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.