MCPcopy Create free account
hub / github.com/davisking/dlib / reset

Method reset

dlib/optional.h:666–669  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

664 }
665
666 void reset() noexcept(std::is_nothrow_destructible<T>::value)
667 {
668 this->destruct();
669 }
670
671 template <
672 class F,

Callers 15

select_imageMethod · 0.45
start_elementMethod · 0.45
mainFunction · 0.45
htmlifyFunction · 0.45
add_filesFunction · 0.45
deserializeFunction · 0.45
serializeFunction · 0.45
swapMethod · 0.45
get_stack_traceFunction · 0.45
start_elementMethod · 0.45

Calls 1

destructMethod · 0.45

Tested by

no test coverage detected