MCPcopy Create free account
hub / github.com/dhbloo/rapfi / clear

Method clear

Rapfi/external/cpptoml/include/cpptoml.h:1150–1153  ·  view source on GitHub ↗

* Clear the array */

Source from the content-addressed store, hash-verified

1148 * Clear the array
1149 */
1150 void clear()
1151 {
1152 array_.clear();
1153 }
1154
1155 /**
1156 * Reserve space for n tables.

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected