![]()  | 
  
    Face Engine SDK
    5.8.0
    
   A face detection, recognition and tracking engine. 
   | 
 
Addon for Result to output some value aside the result. Specialization for copiable types. More...
#include <ResultValue.h>
  
 Additional Inherited Members | |
  Public Types inherited from fsdk::Result< R > | |
| using | ErrorType = R | 
| Result value enumeration type.  | |
| using | Traits = ErrorTraits< R > | 
  Public Member Functions inherited from fsdk::Result< R > | |
| Result (Rerror) noexcept | |
| Initializes result.  More... | |
| Result () noexcept | |
| Initializes result by default.  | |
| R | getError () const noexcept | 
| Gets actual result value.  More... | |
| bool | isError () const noexcept | 
| Checks for an error.  More... | |
| bool | isOk () const noexcept | 
| Checks for a success.  More... | |
| operator bool () const noexcept | |
| Checks for a success.  More... | |
| const char * | what () const noexcept | 
| Gets a textual description of the result.  More... | |
Addon for Result to output some value aside the result. Specialization for copiable types.
| R | result enumeration type. | 
| V | result value type. |