Assign segments

Synopses

Assign segments

void
assign(std::initializer_list<core::string_view> init);

Assign segments

template<class FwdIt>
void
assign(
    FwdIt first,
    FwdIt last);

Parameters

Name

Description

init

The list of segments to assign.

first

The beginning of the range of segments to assign.

last

The end of the range of segments to assign.

Created with MrDocs