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

Method CasedString

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

Source from the content-addressed store, hash-verified

11556 namespace StdString {
11557
11558 CasedString::CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity )
11559 : m_caseSensitivity( caseSensitivity ),
11560 m_str( adjustString( str ) )
11561 {}
11562 std::string CasedString::adjustString( std::string const& str ) const {
11563 return m_caseSensitivity == CaseSensitive::No
11564 ? toLower( str )

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected