userver: formats::literals Namespace Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
formats::literals Namespace Reference

Detailed Description

Although we provide user defined literals, please beware that 'using namespace ABC' may contradict code style of your company.

Functions

json::Value operator""_json (const char *str, std::size_t len)
 
yaml::Value operator""_yaml (const char *str, std::size_t len)
 
bson::Value operator""_bson (const char *str, std::size_t len)