...one of the most highly
regarded and expertly designed C++ library projects in the
world.
— Herb Sutter and Andrei
Alexandrescu, C++
Coding Standards
Constructor (disallowed)
parser( parser const&); »more...
parser( parser&& other); »more...
Constructor.
parser(); »more...
template< class... Args> explicit parser( Args&&... args); »more...
Construct a parser from another parser, changing the Body type.
template<
class OtherBody,
class... Args>
explicit
parser(
parser< isRequest, OtherBody, Allocator >&& parser,
Args&&... args);
» more...