template<typename T, typename TStored, typename TKey, typename TIfMapped, typename THash, typename TEqual, typename TAccess,
lang::Caching THashCaching, typename TRecycling>
struct alib::monomem::detail::HashTableBase< T, TStored, TKey, TIfMapped, THash, TEqual, TAccess, THashCaching, TRecycling >::NO_MAPPING
This is an empty struct used as type TMapped within this class, respectively type HashTable::MappedType , in the case that template parameter TIfMapped is given as void
.
Definition at line 255 of file hashtablebase.inl.