i18n
|
Go to the source code of this file.
Classes | |
struct | is_tuple< T > |
Detect whether a type is a std::tuple or not. More... | |
struct | is_tuple< std::tuple< Args... > > |
Trait to detect whether a type is a std::tuple . More... | |
class | I18n< T, typename > |
Internationalization manager for a specific locale type. More... | |
Concepts | |
concept | IsTuple |
Using is_tuple specialisation this concept verify if it's a tuple. | |
concept | DerivedFrom |
DerivedFrom is accept supportedLocal class only. | |