Static Public Member Functions | List of all members
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 351 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 354 of file ProviderPack.h.

355  {
356  return (sizeof...(Types) == sizeof...(AsTypes))
357  && are_types_contained<Types...>::template in<AsTypes...>();
358  }

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