InputTypes and OutputTypes
Some of the methods in the C++SDK are templated on InputType
, OutputType
, or both. You can pass these methods instances of the input and output types defined in the keyview::io
namespace. See Getting Started for more details and examples.