std::owner_less<::carb::RStringUKey >

Defined in carb/RString.h

template<>
struct owner_less<::carb::RStringUKey>

RStringUKey specialization for std::owner_less.

Public Functions

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