libzypp 17.38.6
locale.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
9// Automatically generated wrapper for zypp/Locale.h
10// Source Namespace: zypp -> Target Namespace: zyppng
11#ifndef LOCALE_H_ZYPPNG_WRAPPER_H
12#define LOCALE_H_ZYPPNG_WRAPPER_H
13
14#include <zypp/Locale.h>
15
16namespace zyppng
17{
18 using ::zypp::Locale;
19 using LocaleSet = std::unordered_set<Locale>;
20} // namespace zyppng
21#endif // LOCALE_H_ZYPPNG_WRAPPER_H
'Language[_Country]' codes.
Definition Locale.h:51
std::unordered_set< Locale > LocaleSet
Definition Locale.h:29