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) noexcept | detail::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) noexcept | detail::buffer< OutputIt::container_type::value_type > | inlineprotected |
buffer(buffer &&)=default | detail::buffer< OutputIt::container_type::value_type > | protected |
buffer(const buffer &)=delete | detail::buffer< OutputIt::container_type::value_type > | |
capacity() const noexcept -> size_t | detail::buffer< OutputIt::container_type::value_type > | inline |
clear() | detail::buffer< OutputIt::container_type::value_type > | inline |
const_reference typedef | detail::buffer< OutputIt::container_type::value_type > | |
container | detail::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 &)=delete | detail::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() -> OutputIt | 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 > > | 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) noexcept | detail::buffer< OutputIt::container_type::value_type > | inlineprotected |
size() const noexcept -> size_t | detail::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()=default | detail::buffer< OutputIt::container_type::value_type > | protected |