Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
localize.hpp File Reference
#include <fc/variant.hpp>
Include dependency graph for localize.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  sysio
 
namespace  sysio::client
 
namespace  sysio::client::localize
 

Macros

#define _(str)
 
#define localized(str, ...)
 

Functions

auto sysio::client::localize::localized_with_variant (const char *raw_fmt, const fc::variant_object &args)
 

Macro Definition Documentation

◆ _

#define _ ( str)
Value:
str

Definition at line 7 of file localize.hpp.

◆ localized

#define localized ( str,
... )
Value:
localized_with_variant((str), fc::mutable_variant_object() __VA_ARGS__ )
An order-preserving dictionary of variants.

Definition at line 10 of file localize.hpp.