Constructs a field holding a string.
field
field( std::string&& v);
v is moved into an internal std::string object.
std::string
No-throw guarantee.