Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
include/fsdk/Optional.h
00001 #pragma once
00002 
00003 #include <fsdk/vlc/optional.h>
00004 
00005 namespace fsdk {
00006     template <typename T>
00007     using Optional = vlc::optional<T>;
00008 }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines