fmt::basic_string_view::basic_string_view

Construct from nullptr_t

Synopsis

Declared in <fmt/base.h>
constexpr
basic_string_view(nullptr_t value) = delete;


Parameters

Name Description
value The object to construct from

Created with MrDocs