tesseract++ 0.0.1
N-dimensional tensor library for embedded systems
Loading...
Searching...
No Matches
Static Public Member Functions | List of all members
ErrorHandler< Impl > Class Template Reference

#include <error_handler.h>

Static Public Member Functions

template<typename T >
static void log (const T &msg, ErrorLevel level=ErrorLevel::Plain)
 
template<typename... Args>
static void log (ErrorLevel level, Args &&...args)
 
template<typename T >
static void error (const T &msg)
 
template<typename... Args>
requires (sizeof...(Args) > 1)
static void error (Args &&...args)
 

Member Function Documentation

◆ error() [1/2]

template<typename Impl >
template<typename... Args>
requires (sizeof...(Args) > 1)
static void ErrorHandler< Impl >::error ( Args &&...  args)
inlinestatic

◆ error() [2/2]

template<typename Impl >
template<typename T >
static void ErrorHandler< Impl >::error ( const T &  msg)
inlinestatic

◆ log() [1/2]

template<typename Impl >
template<typename T >
static void ErrorHandler< Impl >::log ( const T &  msg,
ErrorLevel  level = ErrorLevel::Plain 
)
inlinestatic

◆ log() [2/2]

template<typename Impl >
template<typename... Args>
static void ErrorHandler< Impl >::log ( ErrorLevel  level,
Args &&...  args 
)
inlinestatic

The documentation for this class was generated from the following file: