template<typename T, bool TStackedThreadValues>
struct alib::lox::detail::ScopeStoreHelper< T, TStackedThreadValues >
A helper-class that has two specializations to implement different versions of methods ScopeStore::Walk and ScopeStore::access for each boolean value of template argument TStackedThreadValues.
- Template Parameters
-
T | The stored object type. |
TStackedThreadValues | If true, values stored for thread scopes will be always replaced instead of appended. This is for example false for Log Data and Log Once and true for Scope Domains and Prefix Logables. |
Definition at line 53 of file scopestore.inl.