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

#include "ProviderPack.h"

Static Public Member Functions

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

Detailed Description

template<typename... Types>
struct lar::details::are_same_types< Types >

Definition at line 331 of file ProviderPack.h.

Member Function Documentation

template<typename... Types>
template<typename... AsTypes>
static constexpr bool lar::details::are_same_types< Types >::as ( )
inlinestatic

Definition at line 334 of file ProviderPack.h.

References in.

335  {
336  return (sizeof...(Types) == sizeof...(AsTypes)) &&
337  are_types_contained<Types...>::template in<AsTypes...>();
338  }
ifstream in
Definition: comparison.C:7

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