LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
lar::details::are_types_contained< First > Struct Template Reference

#include "ProviderPack.h"

Static Public Member Functions

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

Detailed Description

template<typename First>
struct lar::details::are_types_contained< First >

Definition at line 353 of file ProviderPack.h.

Member Function Documentation

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

Definition at line 355 of file ProviderPack.h.

356  {
357  return has_type<First, AsTypes...>();
358  }
has_extracted_type< self_type, Target, Tuple > has_type

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