Boost C++ Libraries

...one of the most highly regarded and expertly designed C++ library projects in the world. Herb Sutter and Andrei Alexandrescu, C++ Coding Standards

This is the documentation for an old version of Boost. Click here to view this page for the latest version.
PrevUpHomeNext

http::validate_list

Returns true if a parsed list is parsed without errors.

Synopsis

Defined in header <boost/beast/http/rfc7230.hpp>

template<
    class Policy>
bool
validate_list(
    detail::basic_parsed_list< Policy > const& list);
Description

This function iterates a single pass through a parsed list and returns true if there were no parsing errors, else returns false.


PrevUpHomeNext