#include <format.h>
◆ MemoryBuffer()
template<typename T, std::size_t SIZE, typename Allocator = std::allocator<T>>
◆ ~MemoryBuffer()
template<typename T, std::size_t SIZE, typename Allocator = std::allocator<T>>
◆ deallocate()
template<typename T, std::size_t SIZE, typename Allocator = std::allocator<T>>
◆ get_allocator()
template<typename T, std::size_t SIZE, typename Allocator = std::allocator<T>>
◆ grow()
template<typename T , std::size_t SIZE, typename Allocator >
Increases the buffer capacity to hold at least size elements updating ptr_ and capacity_.
Implements fmt::Buffer< T >.
◆ data_
template<typename T, std::size_t SIZE, typename Allocator = std::allocator<T>>
The documentation for this class was generated from the following file: