This header file is part of module ALib Containers of the ALib C++ Library.
© 2013-2024 A-Worx GmbH, Germany. Published under Boost Software License.
Definition in file fixedcapacityvector.hpp.
#include <array>#include <queue>Go to the source code of this file.
Classes | |
| class | FixedCapacityVector< T, TSize > |
Namespaces | |
| namespace | alib |
| namespace | alib::containers |
Typedefs | |
| template<typename T , std::size_t TSize> | |
| using | FixedCapacityVector = containers::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> |
| template<typename T , std::size_t TSize, typename TCompare = std::less<T>> | |
| using | FixedSizePriorityQueue = std::priority_queue< T, FixedCapacityVector<T, TSize>, TCompare> |