RTC Toolkit 6.0.0
Loading...
Searching...
No Matches
wrangler.hpp
Go to the documentation of this file.
1
11
12#ifndef RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
13#define RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
14
15#include <gsl/span>
17#include <system_error>
18
19std::error_code CopyingWrangler(const gsl::span<const gsl::span<const uint8_t>> input,
20 std::vector<uint8_t>& output);
21
22#endif // RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
std::error_code CopyingWrangler(const gsl::span< const gsl::span< const uint8_t > > input, std::vector< uint8_t > &output)
Definition wrangler.cpp:22
Wrangler: User extension point.