Group Error handling and debug helpers#

group Error handling and debug helpers

Utility methods to works with errors or exceptional situations.

Functions

inline std::string trim(const std::string &s)#

Trims std::string from both ends (in place)

Parameters:

s – A reference to a std::tring to trim

Returns:

A reference to a trimmed std::string