Antkeeper  0.0.1
Classes | Typedefs
i18n Namespace Reference

Internationalization and localization. More...

Classes

struct  string_table
 Table of strings. More...
 

Typedefs

typedef std::unordered_map< hash::fnv1a32_t, std::string > string_map
 Maps 32-bit keys to strings. More...
 

Detailed Description

Internationalization and localization.

Typedef Documentation

◆ string_map

typedef std::unordered_map<hash::fnv1a32_t, std::string> i18n::string_map

Maps 32-bit keys to strings.

Definition at line 32 of file string-map.hpp.