LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
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 343 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 345 of file ProviderPack.h.

References in.

346  {
347  return are_types_contained<OtherTypes...>::template in<AsTypes...>() &&
348  has_type<First, AsTypes...>();
349  }

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