|
C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
|
An implementation of the std::locale::facet which encapsulates retrieval of strings via the user-defined do_get function. More...
#include <simple_messages.hpp>
Public Member Functions | |
| simple_messages (std::size_t refs=0) | |
| abi::string | get (std::string_view name) const |
Static Public Attributes | |
| static std::locale::id | id |
Protected Member Functions | |
| virtual abi::string | do_get (std::string_view name) const =0 |
An implementation of the std::locale::facet which encapsulates retrieval of strings via the user-defined do_get function.