Group Error handling and debug helpers#

group ov_dev_api_error_debug

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