MCPcopy Create free account
hub / github.com/cameron314/concurrentqueue / add

Method add

benchmarks/dlib/map/map_kernel_1.h:197–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

195 typename mem_manager
196 >
197 void map_kernel_1<domain,range,bst_base,mem_manager>::
198 add(
199 domain& d,
200 range& r
201 )
202 {
203 // try to add pair to bst_base
204 bst.add(d,r);
205 }
206
207// ----------------------------------------------------------------------------------------
208

Callers

nothing calls this directly

Calls 1

addMethod · 0.45

Tested by

no test coverage detected