- What's the correct term for returning something as an out parameter?
- bool SomeFunc(std::string& o_xxx, char& o_yyy);
- /**
- *- Description : This function ...
- *
- * @param[out] xxx ...
- * @param[out] yyy ...
- *
- * @return true for ..., false otherwise
- *
- ***********************************************************************/