MCPcopy Create free account
hub / github.com/apache/qpid-proton / reset

Method reset

tests/include/catch.hpp:4437–4441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4435 }
4436
4437 void reset() {
4438 if( nullableValue )
4439 nullableValue->~T();
4440 nullableValue = nullptr;
4441 }
4442
4443 T& operator*() { return *nullableValue; }
4444 T const& operator*() const { return *nullableValue; }

Callers 8

testCaseEndedMethod · 0.45
testGroupEndedMethod · 0.45
testRunEndedMethod · 0.45
testCaseEndedMethod · 0.45
BenchmarkFunctionClass · 0.45
applyCommandLineMethod · 0.45
useConfigDataMethod · 0.45
endRunMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected