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

#include <Utils.h>

Detailed Description

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

Template for determining at compile time if a parameter pack defining a tuple contains all the elements of a parameter pack defining a second tuple.

If the parameter pack (ContainerTypes...) contains all the types in another parameter pack (ContainedTypes...), ContainsTupleTypes<std::tuple<ContainerTypes...>, std::tuple<ContainedTypes...>>::value is true.

Template Parameters
...Template parameters of the form <std::tuple<ContainerTypes...>, std::tuple<ContainedTypes...>>.

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