MCPcopy Create free account
hub / github.com/boostorg/build / free_class

Function free_class

src/engine/class.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176
177static void free_class( void * xclass, void * data )
178{
179 object_free( *(OBJECT * *)xclass );
180}
181
182
183void class_done( void )

Callers

nothing calls this directly

Calls 1

object_freeFunction · 0.85

Tested by

no test coverage detected