Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::get_string

Retrieves a reference to the underlying std::string value (unchecked access).

const std::string&
get_string() const noexcept;
  » more...

std::string&
get_string() noexcept;
  » more...

PrevUpHomeNext