I was trying to go through the boost optional documentation, and I find this with all of the boost docs in that I can't find a clear API definition. I want to determine:
- Is there is an
operator&
defined and if it checks for validity of the object? - How can I find API information for other boost classes?