9 #ifndef ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED 10 #define ZYPP_CORE_PARSER_JSON_JSON_BOOL_DEFINED 12 #include <string_view> 17 static constexpr std::string_view
trueJSON(
"true");
18 static constexpr std::string_view
falseJSON(
"false");
String related utilities and Regular expression matching.
std::ostream & dumpOn(std::ostream &str) const
Stream output.
Bool & operator=(const Bool &)=default
std::string asJSON() const
JSON representation.
Bool & operator=(bool set)
static constexpr std::string_view trueJSON("true")
std::ostream & operator<<(std::ostream &str, const Bool &obj)
static constexpr std::string_view falseJSON("false")