MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / CasedString

Class CasedString

extern/Catch2/catch.hpp:3538–3546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3536 namespace StdString {
3537
3538 struct CasedString
3539 {
3540 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
3541 std::string adjustString( std::string const& str ) const;
3542 std::string caseSensitivitySuffix() const;
3543
3544 CaseSensitive::Choice m_caseSensitivity;
3545 std::string m_str;
3546 };
3547
3548 struct StringMatcherBase : MatcherBase<std::string> {
3549 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