ALib C++ Library
Library Version: 2402 R1
Documentation generated by doxygen
Loading...
Searching...
No Matches
fixedcapacityvector.hpp File Reference

Description:


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.

#include "alib/monomem/monomem.hpp"
#include <array>
#include <queue>
Include dependency graph for 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>