9#ifndef ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED
10#define ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED
17 static constexpr std::string_view
trueJSON(
"true");
18 static constexpr std::string_view
falseJSON(
"false");
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)
std::ostream & operator<<(std::ostream &str, const Bool &obj)
Stream output.
String related utilities and Regular expression matching.
static constexpr std::string_view falseJSON("false")
static constexpr std::string_view trueJSON("true")