Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::field (23 of 31 overloads)

Constructs a field holding a string.

Synopsis
explicit
field(
    string_view v);
Exception safety

Strong guarantee. Internal allocations may throw.


PrevUpHomeNext