Construct from CharT

Synopsis

Declared in <mp‐units/ext/fixed_string.h>

[[nodiscard]]
consteval
explicit(false)
basic_fixed_string(CharT const(& txt)[N + 1]) noexcept;

Return Value

Note

The return value should not be discarded.

Parameters

Name

Description

txt

The object to copy construct from

Created with MrDocs