Class static_url_base

Common implementation for all static URLs

Synopsis

class static_url_base
    : public url_base;

Defined in file <include/boost/url/static_url.hpp> on line 52

Friends

Name

Description

static_url

Description

This base class is used by the library to provide common functionality for static URLs. Users should not use this class directly. Instead, construct an instance of one of the containers or call a parsing function.

Containers