C/C++ API Reference
Loading...
Searching...
No Matches
pw::BasicInlineQueue< ValueType, SizeType, kCapacity > Class Template Reference

Public Member Functions

constexpr BasicInlineQueue (ConstexprTag constexpr_tag) noexcept
 
 BasicInlineQueue (size_type count, const_reference value)
 
 BasicInlineQueue (size_type count)
 
template<typename InputIterator , typename = containers::internal::EnableIfInputIterator<InputIterator>>
 BasicInlineQueue (InputIterator start, InputIterator finish)
 
 BasicInlineQueue (const std::initializer_list< value_type > &list)
 
 BasicInlineQueue (const BasicInlineQueue &other)
 Copy constructs for matching capacity.
 
template<size_t kOtherCapacity>
 BasicInlineQueue (const BasicInlineQueue< ValueType, SizeType, kOtherCapacity > &other)
 
 BasicInlineQueue (BasicInlineQueue &&other)
 Move constructs for matching capacity.
 
template<size_t kOtherCapacity>
 BasicInlineQueue (BasicInlineQueue< ValueType, SizeType, kOtherCapacity > &&other)
 
template<typename T , typename = containers::internal::EnableIfIterable<T>>
 BasicInlineQueue (const T &other)
 
BasicInlineQueueoperator= (const std::initializer_list< value_type > &list)
 
BasicInlineQueueoperator= (const BasicInlineQueue &other)
 Copy assigns from matching capacity.
 
template<size_t kOtherCapacity>
BasicInlineQueueoperator= (const BasicInlineQueue< ValueType, SizeType, kOtherCapacity > &other)
 
BasicInlineQueueoperator= (BasicInlineQueue &&other)
 Move assigns from matching capacity.
 
template<size_t kOtherCapacity>
BasicInlineQueueoperator= (BasicInlineQueue< ValueType, SizeType, kOtherCapacity > &&other)
 
template<typename T , typename = containers::internal::EnableIfIterable<T>>
BasicInlineQueueoperator= (const T &other)
 

Static Public Member Functions

static constexpr size_type max_size ()
 
static constexpr size_type capacity ()
 

Friends

template<typename , typename >
class containers::internal::BasicInlineQueueImpl
 

The documentation for this class was generated from the following file: