std::owner_less<::carb::RStringU >

Defined in carb/RString.h

template<>
struct owner_less<::carb::RStringU>

RStringU specialization for std::owner_less.

Public Functions

inline bool operator()(const ::carb::RStringU &lhs, const ::carb::RStringU &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.