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

Function store

benchmarks/tbb/atomic.h:522–522  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

520
521template <memory_semantics M, typename T>
522void store ( atomic<T>& a, T value ) { a.template store<M>(value); }
523
524namespace interface6{
525//! Make an atomic for use in an initialization (list), as an alternative to zero-initialization or normal assignment.

Callers 15

operator =Method · 0.85
operator ++Method · 0.85
operator --Method · 0.85
operator +=Method · 0.85
operator -=Method · 0.85
operator =Method · 0.85
operator =Method · 0.85
operator ++Method · 0.85
operator --Method · 0.85
operator +=Method · 0.85
operator -=Method · 0.85
operator =Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected