Boost.HTTP.Proto

    • Sans-I/O Philosophy
    • HTTP Protocol Basics
    • Header Containers
    • Message Bodies
    • Serializing
    • Parsing
    • Message
    • Design Requirements
      • Serializer
      • Parser
    • Design Choices
    • Reference
  • boost::http_proto::quoted_token_view::cbegin

boost::http_proto::quoted_token_view::cbegin

Return an iterator to the beginning

Synopsis

Declared in <boost/url/grammar/string_view_base.hpp>

constexpr
const_iterator
cbegin() const noexcept;

Description

See core::string_view::cbegin

Return Value

An iterator to the beginning

Created with MrDocs