Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::field (15 of 26 overloads)

Constructs a field holding a string.

Synopsis
field(
    const std::string& v);
Exception safety

Strong guarantee. Internal allocations may throw.


PrevUpHomeNext