Template Struct OwnedStore

Struct Documentation

template<class T>
struct OwnedStore

Public Types

using Ptr = std::shared_ptr<OwnedStore>

Public Functions

inline OwnedStore(const T &value)

Public Members

T value
std::mutex mutex