MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / reset

Function reset

include/win/boost/optional/optional.hpp:460–460  ·  view source on GitHub ↗

DEPPRECATED** Replaces the current value -if any- with 'val'

Source from the content-addressed store, hash-verified

458
459 // **DEPPRECATED** Replaces the current value -if any- with 'val'
460 void reset ( argument_type val ) { assign(val); }
461
462 // Returns a pointer to the value if this is initialized, otherwise,
463 // returns NULL.

Callers

nothing calls this directly

Calls 1

assignFunction · 0.70

Tested by

no test coverage detected