Banuba SDK
brows_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 generated by Djinni from types.djinni
7 
8 #pragma once
9 
11 #include <utility>
12 
13 namespace bnb { namespace interfaces {
14 
15 struct brows_mask final {
18 
20  transformed_mask_byte right_)
21  : left(std::move(left_))
22  , right(std::move(right_))
23  {}
24 };
25 
26 } } // namespace bnb::interfaces
27 /// @}
28 
transformed_mask_byte.hpp
bnb::interfaces::transformed_mask_byte
Definition: transformed_mask_byte.hpp:17
bnb::interfaces::brows_mask
Definition: brows_mask.hpp:15