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

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

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