AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
alexaClientSDK::acsdkManufactory::internal::RemoveTypes<... > Struct Template Reference

#include <Utils.h>

Detailed Description

template<typename...>
struct alexaClientSDK::acsdkManufactory::internal::RemoveTypes<... >

Template to remove types from a parameter pack.

For the parameter pack UnwantedTypes... and Types..., RemoveTypes<std::tuple<UnwantedTypes...>, std::tuple<Types...>>::type is a std::tuple<Results...> where Results... is a version of Types... with all UnwantedTypes... removed.

Template Parameters
...Template parameters of the form <std::tuple<Types...>, std::type<UnwantedTypes...>> where UnwantedTypes... is the set of types to remove from Types...

The documentation for this struct was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0