12#ifndef RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
13#define RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
17#include <system_error>
19std::error_code
CopyingWrangler(
const gsl::span<
const gsl::span<const uint8_t>> input,
20 std::vector<uint8_t>& output);
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.