template<typename T, typename TStored, typename TKey, typename TIfMapped, typename THash, typename TEqual, typename TAccess, Caching THashCaching, typename TRecycling>
struct aworx::lib::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.