...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
stream_parser(stream_parser
const&) = delete; »more...
Constructor.
stream_parser(storage_ptr
sp,parse_options
const& opt, unsigned char* buffer,std::size_t
size) noexcept; »more...
stream_parser() noexcept; »more...
stream_parser(storage_ptr
sp,parse_options
const& opt) noexcept; »more...
explicit stream_parser(storage_ptr
sp) noexcept; »more...
template<std::size_t
N> stream_parser(storage_ptr
sp,parse_options
const& opt, unsigned char (&buffer) [N]) noexcept; »more...
stream_parser(storage_ptr
sp,parse_options
const& opt,std::byte
* buffer,std::size_t
size) noexcept; »more...
template<std::size_t
N> stream_parser(storage_ptr
sp,parse_options
const& opt,std::byte
(&buffer) [N]) noexcept; »more...