Crow  1.0
A C++ microframework for the web
crow::json::detail Namespace Reference

Classes

struct  r_string
 A read string implementation with comparison functionality. More...
 

Functions

bool operator< (const r_string &l, const r_string &r)
 
bool operator< (const r_string &l, const std::string &r)
 
bool operator> (const r_string &l, const std::string &r)
 
bool operator== (const r_string &l, const r_string &r)
 
bool operator== (const r_string &l, const std::string &r)
 

Function Documentation

◆ operator<() [1/2]

bool crow::json::detail::operator< ( const r_string l,
const r_string r 
)
inline

◆ operator<() [2/2]

bool crow::json::detail::operator< ( const r_string l,
const std::string &  r 
)
inline

◆ operator>()

bool crow::json::detail::operator> ( const r_string l,
const std::string &  r 
)
inline

◆ operator==() [1/2]

bool crow::json::detail::operator== ( const r_string l,
const r_string r 
)
inline

◆ operator==() [2/2]

bool crow::json::detail::operator== ( const r_string l,
const std::string &  r 
)
inline