Section
std::basic_spanstream
The class template std::basic_spanstream implements input and output operations on streams based on fixed buffers.
# Declarations
template<
class CharT,
class Traits = std::char_traits<CharT>
> class basic_spanstream
: public basic_iostream<CharT, Traits>
(since C++23)
# Notes
Feature-test macro Value Std Feature __cpp_lib_spanstream 202106L (C++23) std::spanbuf, std::spanstream