MCPcopy Create free account
hub / github.com/catchorg/Catch2 / ColourGuard

Method ColourGuard

extras/catch_amalgamated.cpp:3630–3633  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3628 }
3629
3630 ColourImpl::ColourGuard::ColourGuard( Colour::Code code,
3631 ColourImpl const* colour ):
3632 m_colourImpl( colour ), m_code( code ) {
3633 }
3634 ColourImpl::ColourGuard::ColourGuard( ColourGuard&& rhs ) noexcept:
3635 m_colourImpl( rhs.m_colourImpl ),
3636 m_code( rhs.m_code ),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected