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