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 fixedcapacityvector.hpp.
Go to the source code of this file.
Classes | |
class | FixedCapacityVector< T, TSize > |
Namespaces | |
namespace | alib |
namespace | alib::monomem |
namespace | alib::monomem::util |
Typedefs | |
template<typename T , std::size_t TSize> | |
using | FixedCapacityVector = monomem::util::FixedCapacityVector<T, TSize> |
Type alias in namespace alib. | |
template<typename T , std::size_t TSize, typename TCompare = std::less<T>> | |
using | FixedSizePriorityQueue = std::priority_queue< T, FixedCapacityVector<T, TSize>, TCompare> |