MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / case_ins_eq

Function case_ins_eq

extern/boost/boost/test/utils/basic_cstring/compare.hpp:66–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64
65template<class CharT>
66inline bool
67case_ins_eq( basic_cstring<CharT> x, basic_cstring<CharT> y )
68{
69 return x.size() == y.size() && ut_detail::case_ins<CharT>::compare( x.begin(), y.begin(), x.size() ) == 0;
70}
71
72//____________________________________________________________________________//
73

Callers 1

interpretMethod · 0.85

Calls 3

compareFunction · 0.50
sizeMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected