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

Method Set

src/engine/boehm_gc/include/weakpointer.h:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 {this->head = _CleanUp_Queue_NewHead();}
134
135 void Set( T* t )
136 /* q.Set(t) sets the clean-up queue of BO(t) to be q. */
137 {_CleanUp_Queue_Set( this->head, t );}
138
139 int Call()
140 /* If q is non-empty, q.Call() removes the first object and

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected