Section

std::basic_ispanstream

The class template std::basic_ispanstream implements input operations on streams based on fixed buffers.

# Declarations

template<
class CharT,
class Traits = std::char_traits<CharT>
> class basic_ispanstream
: public basic_istream<CharT, Traits>

(since C++23)

# Notes

Feature-test macro Value Std Feature __cpp_lib_spanstream 202106L (C++23) std::spanbuf, std::spanstream