|
libzypp 17.38.7
|
#include <string_view>#include <string>Go to the source code of this file.
Classes | |
| class | zypp::json::Bool |
Namespaces | |
| namespace | zypp |
| Easy-to use interface to the ZYPP dependency resolver. | |
| namespace | zypp::json |
Functions | |
| static constexpr std::string_view | zypp::json::trueJSON ("true") |
| static constexpr std::string_view | zypp::json::falseJSON ("false") |
| std::ostream & | zypp::json::operator<< (std::ostream &str, const Bool &obj) |
| relates: Bool Stream output | |