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 hashset.hpp.
#include "alib/monomem/hashtable.hpp"
Go to the source code of this file.
Classes | |
struct | HashSetAccess< TStored > |
Namespaces | |
namespace | alib |
namespace | alib::monomem |
namespace | alib::monomem::detail |
Typedefs | |
template<typename T , typename THash = std::hash <T>, typename TEqual = std::equal_to<T>, lang::Caching THashCaching = lang::Caching::Auto, typename TRecycling = Recycling::Private> | |
using | HashSet |
template<typename T , typename THash = std::hash <T>, typename TEqual = std::equal_to<T>, lang::Caching THashCaching = lang::Caching::Auto, typename TRecycling = monomem::Recycling::Private> | |
using | HashSet = monomem::HashSet<T, THash, TEqual, THashCaching, TRecycling > |
Type alias in namespace alib. See type definition alib::monomem::HashSet. | |