Banuba SDK
Loading...
Searching...
No Matches
transformed_mask_byte.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 <cstdint>
12#include <utility>
13#include <vector>
14
15namespace bnb { namespace interfaces {
16
19 std::vector<int8_t> mask;
20
22 std::vector<int8_t> mask_)
23 : meta(std::move(meta_))
24 , mask(std::move(mask_))
25 {}
26};
27
28} } // namespace bnb::interfaces
29/// @}
30