Copy the characters to another buffer

Synopsis

Declared in header </boost/url/grammar/string_view_base.hpp#L333[boost/url/grammar/string_view_base.hpp,window=blank_]>

constexpr
size_type
copy(
    char* s,
    size_type n,
    size_type pos = 0) const;

Description

See core::string_view::copy

Return Value

  • size_type

Parameters

Name Type

s

``

n

size_type

pos

size_type