mrdocs::ltrim

Return the substring without leading horizontal whitespace.

Synopsis

constexpr
std::string_view
ltrim(std::string_view const s) noexcept;

Return Value

The modified string.

Parameters

Name

Description

s

The string to trim.

Created with MrDocs