MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / reset

Method reset

extern/boost/boost/optional/optional.hpp:395–395  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

393
394 // **DEPPRECATED** Replaces the current value -if any- with 'val'
395 void reset ( argument_type val ) { assign(val); }
396
397 // Returns a pointer to the value if this is initialized, otherwise,
398 // returns NULL.

Callers

nothing calls this directly

Calls 1

assignFunction · 0.50

Tested by

no test coverage detected