This header-file is part of module ALib Containers of the ALib C++ Library.
© 2013-2025 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file lrucachetable.inl.
Go to the source code of this file.
Namespaces | |
namespace | alib |
namespace | alib::containers |
Typedefs | |
template<typename TAllocator, typename TKey, typename TMapped, typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>> | |
using | alib::containers::LRUCacheMap |
template<typename TAllocator, typename TKey, typename TMapped, typename THash = std::hash <TKey>, typename TEqual = std::equal_to<TKey>> | |
using | alib::LRUCacheMap |
Type alias in namespace alib. | |
template<typename TAllocator, typename T, typename THash = std::hash <T>, typename TEqual = std::equal_to<T>> | |
using | alib::containers::LRUCacheSet |
template<typename TAllocator, typename T, typename THash = std::hash <T>, typename TEqual = std::equal_to<T>> | |
using | alib::LRUCacheSet |
Type alias in namespace alib. | |
template<typename TAllocator, typename TValueDescriptor, typename THash = std::hash <typename TValueDescriptor::KeyType>, typename TEqual = std::equal_to<typename TValueDescriptor::KeyType>> | |
using | alib::LRUCacheTable = containers::LRUCacheTable< TAllocator, TValueDescriptor, THash, TEqual> |
Type alias in namespace alib. | |