MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / reset

Method reset

Source/ThirdParty/catch2/catch.hpp:4430–4434  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4428 }
4429
4430 void reset() {
4431 if( nullableValue )
4432 nullableValue->~T();
4433 nullableValue = nullptr;
4434 }
4435
4436 T& operator*() { return *nullableValue; }
4437 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