mirror of
https://github.com/boostorg/url.git
synced 2026-02-14 13:12:15 +00:00
52 lines
922 B
C++
52 lines
922 B
C++
//
|
|
// Copyright (c) 2019 Vinnie Falco (vinnie.falco@gmail.com)
|
|
//
|
|
// Distributed under the Boost Software License, Version 1.0. (See accompanying
|
|
// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
|
|
//
|
|
// Official repository: https://github.com/CPPAllinace/url
|
|
//
|
|
|
|
/** {brief}
|
|
|
|
{description}
|
|
|
|
@par Requires
|
|
|
|
@par Preconditions
|
|
|
|
@par Example
|
|
@code
|
|
@endcode
|
|
|
|
@note {text}
|
|
|
|
@par BNF
|
|
@code
|
|
ELEMENT = {ABNF}
|
|
@endcode
|
|
|
|
@par Exception Safety
|
|
Throws nothing.
|
|
No-throw guarantee.
|
|
Strong guarantee.
|
|
Calls to allocate may throw.
|
|
Exceptions thrown on invalid input.
|
|
|
|
@tparam {name} {description}.
|
|
|
|
@return {description}.
|
|
|
|
@param {name} {description}.
|
|
|
|
@throw {exception} {condition}.
|
|
|
|
@par Thread Safety
|
|
{description}
|
|
|
|
@par Specification
|
|
@li <a href="">text (rfc#)</a>
|
|
|
|
@see @ref {refid}, @ref {refid}.
|
|
*/
|