MCPcopy Create free account
hub / github.com/RenderKit/embree / CasedString

Class CasedString

tutorials/external/catch.hpp:3134–3142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3132 namespace StdString {
3133
3134 struct CasedString
3135 {
3136 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
3137 std::string adjustString( std::string const& str ) const;
3138 std::string caseSensitivitySuffix() const;
3139
3140 CaseSensitive::Choice m_caseSensitivity;
3141 std::string m_str;
3142 };
3143
3144 struct StringMatcherBase : MatcherBase<std::string> {
3145 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