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