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

Function operator &

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

Source from the content-addressed store, hash-verified

15158 }
15159
15160 XmlFormatting operator & (XmlFormatting lhs, XmlFormatting rhs) {
15161 return static_cast<XmlFormatting>(
15162 static_cast<std::underlying_type<XmlFormatting>::type>(lhs) &
15163 static_cast<std::underlying_type<XmlFormatting>::type>(rhs)
15164 );
15165 }
15166
15167 XmlEncode::XmlEncode( std::string const& str, ForWhat forWhat )
15168 : m_str( str ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected