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

Method address

benchmarks/tbb/tbb_allocator.h:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 template<typename U> tbb_allocator(const tbb_allocator<U>&) throw() {}
95
96 pointer address(reference x) const {return &x;}
97 const_pointer address(const_reference x) const {return &x;}
98
99 //! Allocate space for n objects.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected