ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
hashmap.hpp File Reference

Description:


This header file is part of module ALib Monomem of the ALib C++ Library .

© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.

Definition in file hashmap.hpp.

Include dependency graph for hashmap.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  HashMapAccess< TKey, TMapped >
 

Namespaces

namespace  alib
 
namespace  alib::monomem
 
namespace  alib::monomem::detail
 

Typedefs

template<typename TKey , typename TMapped , typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>, lang::Caching THashCaching = lang::Caching::Auto, typename TRecycling = Recycling::Private>
using HashMap
 
template<typename TKey , typename TMapped , typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>, lang::Caching THashCaching = lang::Caching::Auto, typename TRecycling = monomem::Recycling::Private>
using HashMap = monomem::HashMap<TKey, TMapped,THash,TEqual, THashCaching, TRecycling >
 Type alias in namespace alib. See type definition alib::monomem::HashMap.