![]() |
Home | Libraries | People | FAQ | More |
Constructs a field
holding
a string.
explicit field( std::string&& v) noexcept;
v is moved into an internal std::string
object.
No-throw guarantee.