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