WPILibC++ 2025.3.1
Loading...
Searching...
No Matches
detail::iterator_buffer< OutputIt, enable_if_t< is_back_insert_iterator< OutputIt >::value &&is_contiguous< typename OutputIt::container_type >::value, typename OutputIt::container_type::value_type > > Member List

This is the complete list of members for detail::iterator_buffer< OutputIt, enable_if_t< is_back_insert_iterator< OutputIt >::value &&is_contiguous< typename OutputIt::container_type >::value, typename OutputIt::container_type::value_type > >, including all inherited members.

append(const U *begin, const U *end)detail::buffer< OutputIt::container_type::value_type >inline
begin() noexcept -> OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
begin() const noexcept -> const OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
buffer(grow_fun grow, size_t sz) noexceptdetail::buffer< OutputIt::container_type::value_type >inlineprotected
buffer(grow_fun grow, OutputIt::container_type::value_type *p=nullptr, size_t sz=0, size_t cap=0) noexceptdetail::buffer< OutputIt::container_type::value_type >inlineprotected
buffer(buffer &&)=defaultdetail::buffer< OutputIt::container_type::value_type >protected
buffer(const buffer &)=deletedetail::buffer< OutputIt::container_type::value_type >
capacity() const noexcept -> size_tdetail::buffer< OutputIt::container_type::value_type >inline
clear()detail::buffer< OutputIt::container_type::value_type >inline
const_reference typedefdetail::buffer< OutputIt::container_type::value_type >
containerdetail::container_buffer< OutputIt::container_type >
container_buffer(OutputIt::container_type &c)detail::container_buffer< OutputIt::container_type >inlineexplicit
data() noexcept -> OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
data() const noexcept -> const OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
end() noexcept -> OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
end() const noexcept -> const OutputIt::container_type::value_type *detail::buffer< OutputIt::container_type::value_type >inline
iterator_buffer(typename OutputIt::container_type &c)detail::iterator_buffer< OutputIt, enable_if_t< is_back_insert_iterator< OutputIt >::value &&is_contiguous< typename OutputIt::container_type >::value, typename OutputIt::container_type::value_type > >inlineexplicit
iterator_buffer(OutputIt out, size_t=0)detail::iterator_buffer< OutputIt, enable_if_t< is_back_insert_iterator< OutputIt >::value &&is_contiguous< typename OutputIt::container_type >::value, typename OutputIt::container_type::value_type > >inlineexplicit
operator=(const buffer &)=deletedetail::buffer< OutputIt::container_type::value_type >
operator[](Idx index) -> OutputIt::container_type::value_type &detail::buffer< OutputIt::container_type::value_type >inline
operator[](Idx index) const -> const OutputIt::container_type::value_type &detail::buffer< OutputIt::container_type::value_type >inline
out() -> OutputItdetail::iterator_buffer< OutputIt, enable_if_t< is_back_insert_iterator< OutputIt >::value &&is_contiguous< typename OutputIt::container_type >::value, typename OutputIt::container_type::value_type > >inline
push_back(const OutputIt::container_type::value_type &value)detail::buffer< OutputIt::container_type::value_type >inline
set(OutputIt::container_type::value_type *buf_data, size_t buf_capacity) noexceptdetail::buffer< OutputIt::container_type::value_type >inlineprotected
size() const noexcept -> size_tdetail::buffer< OutputIt::container_type::value_type >inline
try_reserve(size_t new_capacity)detail::buffer< OutputIt::container_type::value_type >inline
try_resize(size_t count)detail::buffer< OutputIt::container_type::value_type >inline
~buffer()=defaultdetail::buffer< OutputIt::container_type::value_type >protected