13#ifndef RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
14#define RTCTK_EXAMPLETELREPUB_WRANGLER_HPP
18#include <system_error>
20std::error_code
CopyingWrangler(
const gsl::span<
const gsl::span<const uint8_t>> input,
21 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.