Banuba SDK
Loading...
Searching...
No Matches
eyes_pupil_mask.hpp
Go to the documentation of this file.
1/// \file
2/// \addtogroup Types
3/// @{
4///
5// AUTOGENERATED FILE - DO NOT MODIFY!
6// This file was generated by Djinni from types.djinni
7
8#pragma once
9
11#include <utility>
12
13namespace bnb { namespace interfaces {
14
15struct eyes_pupil_mask final {
18
21 : left(std::move(left_))
22 , right(std::move(right_))
23 {}
24};
25
26} } // namespace bnb::interfaces
27/// @}
28