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

Function operator!=

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

Source from the content-addressed store, hash-verified

1744
1745 template<class Char, class Traits, class Allocator>
1746 bool operator!=(const basic_string<Char, Traits, Allocator>& lhs,
1747 const basic_string<Char, Traits, Allocator>& rhs) noexcept
1748 {
1749 return !(lhs == rhs);
1750 }
1751
1752 template<class Char, class Traits, class Allocator>
1753 bool operator!=(const Char* lhs,

Callers

nothing calls this directly

Calls 1

compareMethod · 0.45

Tested by

no test coverage detected