9#ifndef ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED
10#define ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED
20 static constexpr std::string_view
trueJSON(
"true");
21 static constexpr std::string_view
falseJSON(
"false");
Provides API related macros.
Bool(const Bool &)=default
Bool & operator=(const Bool &)=default
Bool & operator=(Bool &&)=default
std::ostream & dumpOn(std::ostream &str) const
Stream output.
std::string asJSON() const
JSON representation.
Bool & operator=(bool set)
String related utilities and Regular expression matching.
static constexpr std::string_view falseJSON("false")
ZYPP_API std::ostream & operator<<(std::ostream &str, const Bool &obj)
relates: Bool Stream output
static constexpr std::string_view trueJSON("true")
const Arch Arch_empty ZYPP_API
relates: Arch This is an empty Arch represented by an empty string.