MCPcopy Create free account
hub / github.com/DragonJoker/RenderGraph / instance

Method instance

source/RenderGraph/DotExport.cpp:172–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170 }
171
172 static BasicIndentBufferManager< char_type, traits > * instance()
173 {
174 static BasicIndentBufferManager< char_type, traits > ibm;
175 return &ibm;
176 }
177
178 private:
179 static std::atomic_int sm_instances;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected