Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext
field::as_string

Retrieves a reference to the underlying std::string value or throws an exception.

const std::string&
as_string() const;
  » more...

Retrieves a reference to the underlying std::string value or throws an exception.

std::string&
as_string();
  » more...

PrevUpHomeNext