MCPcopy Create free account
hub / github.com/HelenOS/helenos / operator<=

Function operator<=

uspace/lib/cpp/include/__bits/string/string.hpp:1821–1825  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1819
1820 template<class Char, class Traits, class Allocator>
1821 bool operator<=(const basic_string<Char, Traits, Allocator>& lhs,
1822 const basic_string<Char, Traits, Allocator>& rhs) noexcept
1823 {
1824 return lhs.compare(rhs) <= 0;
1825 }
1826
1827 template<class Char, class Traits, class Allocator>
1828 bool operator<=(const Char* lhs,

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected