RTC Toolkit 5.1.0
Loading...
Searching...
No Matches
wrangler.hpp
Go to the documentation of this file.
1
13#ifndef RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
14#define RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
15
16#include <gsl/span>
18#include <system_error>
19
20std::error_code CopyingWrangler(const gsl::span<const gsl::span<const uint8_t>> input,
21 std::vector<uint8_t>& output);
22
23#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.