Share

AcString::AcString

C++

explicit AcString(
    std::string_view str
);

Description

Constructs a string and initializes it from a std::string_view.

Parameters

Parameters Description
str Input std::string_view

Links

AcString

Was this information helpful?