Face Engine SDK 5.25.0
A face detection, recognition and tracking engine.
|
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 |
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. @See ErrorTraits for additional information.