Template Struct BorrowedStore

Struct Documentation

template<class T>
struct BorrowedStore

Public Types

using Ptr = std::shared_ptr<BorrowedStore>

Public Functions

inline BorrowedStore(T *value)

Public Members

T *value
std::mutex mutex