Static Public Member Functions | List of all members
lar::details::are_types_contained< First, OtherTypes... > Struct Template Reference

#include <ProviderPack.h>

Static Public Member Functions

template<typename... AsTypes>
static constexpr bool in ()
 

Detailed Description

template<typename First, typename... OtherTypes>
struct lar::details::are_types_contained< First, OtherTypes... >

Definition at line 364 of file ProviderPack.h.

Member Function Documentation

template<typename First , typename... OtherTypes>
template<typename... AsTypes>
static constexpr bool lar::details::are_types_contained< First, OtherTypes... >::in ( )
inlinestatic

Definition at line 366 of file ProviderPack.h.

367  {
368  return are_types_contained<OtherTypes...>::template in<AsTypes...>()
369  && has_type<First, AsTypes...>();
370  }

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