MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / value_ptr

Function value_ptr

include/common/optional.h:627–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

625 }
626
627 value_type const * value_ptr() const
628 {
629 return as<value_type>();
630 }
631
632 value_type * value_ptr()
633 {

Callers 4

construct_valueFunction · 0.85
emplaceFunction · 0.85
destruct_valueFunction · 0.85
optional.hFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected