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

Method reset

unittests/catch.hpp:3561–3564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3559 return *this;
3560 }
3561 void reset() {
3562 Option<T>::reset();
3563 used = false;
3564 }
3565 bool used = false;
3566 };
3567

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected