Error handling and debug helpers

Overview

Utility methods to works with errors or exceptional situations. More…

// global functions

std::stringconst std::string& ov::util::trim();

Detailed Documentation

Utility methods to works with errors or exceptional situations.

Global Functions

std::stringconst std::string& ov::util::trim()

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