A cache view accessor.
More...
template<typename TCacheView>
class catapult::cache::detail::CacheViewAccessor< TCacheView >
A cache view accessor.
◆ CacheViewAccessor()
template<typename TCacheView >
Creates an accessor around pCacheView;.
◆ operator bool()
template<typename TCacheView >
Returns true
if the underlying cache view is valid.
◆ operator*() [1/2]
template<typename TCacheView >
Gets a reference to the underlying cache view.
◆ operator*() [2/2]
template<typename TCacheView >
Gets a const reference to the underlying cache view.
◆ operator->() [1/2]
template<typename TCacheView >
Gets a pointer to the underlying cache view.
◆ operator->() [2/2]
template<typename TCacheView >
Gets a const pointer to the underlying cache view.
◆ m_pCacheView
template<typename TCacheView >
The documentation for this class was generated from the following file: