MCPcopy Create free account
hub / github.com/Profactor/cv-plot / CasedString

Class CasedString

CvPlot/ext/catch2/inc/catch.hpp:3490–3498  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3488 namespace StdString {
3489
3490 struct CasedString
3491 {
3492 CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity );
3493 std::string adjustString( std::string const& str ) const;
3494 std::string caseSensitivitySuffix() const;
3495
3496 CaseSensitive::Choice m_caseSensitivity;
3497 std::string m_str;
3498 };
3499
3500 struct StringMatcherBase : MatcherBase<std::string> {
3501 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