Hello

The code I have at the moment:

Code:
std::string const& name() const { return m_name; }
How can I change it to boost:: optional value? Is it possible if I return a reference instead?