This file offers overloads of toIce() and fromIce() functions for STL container types.
AtomicWrapper & operator=(const AtomicWrapper &other)
AtomicWrapper(AtomicWrapper &&)=default
AtomicWrapper(const T &v)
AtomicWrapper & operator=(AtomicWrapper &&)=default
AtomicWrapper & operator=(const std::atomic< T > &a)
AtomicWrapper(const std::atomic< T > &a)
AtomicWrapper(const AtomicWrapper &other)
AtomicWrapper & operator=(const T &v)