![]() |
Home | Libraries | People | FAQ | More |
Construct a string
.
value(string_kind_t
,storage_ptr
sp = {}) noexcept;
This is the fastest way to construct an empty string, using the specified
memory resource. The variable string_kind
may be passed as
the first parameter to select this overload:
// Construct an empty string value jv( string_kind );
Constant.
No-throw guarantee.
Name |
Description |
---|---|
|
A pointer to the |