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

Method emplace

benchmarks/tbb/concurrent_queue.h:143–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141#if __TBB_CPP11_VARIADIC_TEMPLATES_PRESENT
142 template<typename... Arguments>
143 void emplace( Arguments&&... args ) {
144 push( T(std::forward<Arguments>( args )...) );
145 }
146#endif //__TBB_CPP11_VARIADIC_TEMPLATES_PRESENT
147#endif /* __TBB_CPP11_RVALUE_REF_PRESENT */
148

Callers

nothing calls this directly

Calls 2

pushFunction · 0.85
TClass · 0.50

Tested by

no test coverage detected