std::owner_less<::carb::RString >

Defined in carb/RString.h

template<>
struct owner_less<::carb::RString>

RString specialization for std::owner_less.

Public Functions

inline bool operator()(const ::carb::RString &lhs, const ::carb::RString &rhs) const

Returns true if lhs should be ordered-before rhs.

Parameters
  • lhs – A registered string.

  • rhs – A registered string.

Returns

true if lhs should be ordered-before rhs; false otherwise.