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

Function operator>=

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

Source from the content-addressed store, hash-verified

1844
1845 template<class Char, class Traits, class Allocator>
1846 bool operator>=(const basic_string<Char, Traits, Allocator>& lhs,
1847 const basic_string<Char, Traits, Allocator>& rhs) noexcept
1848 {
1849 return lhs.compare(rhs) >= 0;
1850 }
1851
1852 template<class Char, class Traits, class Allocator>
1853 bool operator>=(const Char* lhs,

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected