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

Function operator |

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

Source from the content-addressed store, hash-verified

12407 }
12408
12409 ResultDisposition::Flags operator | ( ResultDisposition::Flags lhs, ResultDisposition::Flags rhs ) {
12410 return static_cast<ResultDisposition::Flags>( static_cast<int>( lhs ) | static_cast<int>( rhs ) );
12411 }
12412
12413 bool shouldContinueOnFailure( int flags ) { return ( flags & ResultDisposition::ContinueOnFailure ) != 0; }
12414 bool shouldSuppressFailure( int flags ) { return ( flags & ResultDisposition::SuppressFail ) != 0; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected