#include <ProviderPack.h>
|
template<typename... AsTypes> |
static constexpr bool | as () |
|
template<typename... Types>
struct lar::details::are_same_types< Types >
Definition at line 351 of file ProviderPack.h.
template<typename... Types>
template<typename... AsTypes>
Definition at line 354 of file ProviderPack.h.
356 return (
sizeof...(Types) ==
sizeof...(AsTypes))
357 && are_types_contained<Types...>::template in<AsTypes...>();
The documentation for this struct was generated from the following file: