MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / CasedString

Class CasedString

extlibs/catch/include/catch/catch.hpp:3438–3446  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3436 namespace StdString {
3437
3438 struct CasedString
3439 {
3440 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
3441 std::string adjustString( std::string const& str ) const;
3442 std::string caseSensitivitySuffix() const;
3443
3444 CaseSensitive::Choice m_caseSensitivity;
3445 std::string m_str;
3446 };
3447
3448 struct StringMatcherBase : MatcherBase<std::string> {
3449 StringMatcherBase( std::string const& operation, CasedString const& comparator );

Callers 4

EqualsFunction · 0.85
ContainsFunction · 0.85
EndsWithFunction · 0.85
StartsWithFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected