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

Class CasedString

tests/catch.hpp:3114–3122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3112 namespace StdString {
3113
3114 struct CasedString
3115 {
3116 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
3117 std::string adjustString( std::string const& str ) const;
3118 std::string caseSensitivitySuffix() const;
3119
3120 CaseSensitive::Choice m_caseSensitivity;
3121 std::string m_str;
3122 };
3123
3124 struct StringMatcherBase : MatcherBase<std::string> {
3125 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