Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
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>

List of all members.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines