Error handling and debug helpers

Overview

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

// structs

struct InferenceEngine::DescriptionBuffer;

// global functions

std::string ov::util::trim(const std::string& s);

Detailed Documentation

Utility methods to works with errors or exceptional situations.

Global Functions

std::string ov::util::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