Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::MultiError< E0, E1 > Struct Template Reference

An error structure designed for functions which can return errors from different enum classes. More...

#include <MultiError.h>

Public Types

using E0Type = E0
 
using E1Type = E1
 

Public Attributes

E0 m_first
 
E1 m_second
 

Detailed Description

template<typename E0, typename E1>
struct fsdk::MultiError< E0, E1 >

An error structure designed for functions which can return errors from different enum classes.

The order of isOk() check and toString() returns should be specified via ErrorTraits structure. ErrorTraits for additional information.


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