Type Pack 0.0.1
Loading...
Searching...
No Matches
ty::detail::pack_base< Ts >::any< Trait, Us > Struct Template Reference

Provides a static constant which indicates whether any type in this pack matches Trait. More...

#include <typack/typack.hpp>

Inheritance diagram for ty::detail::pack_base< Ts >::any< Trait, Us >:

Detailed Description

template<typename ... Ts>
template<template< typename ... > typename Trait, typename ... Us>
struct ty::detail::pack_base< Ts >::any< Trait, Us >

Provides a static constant which indicates whether any type in this pack matches Trait.

Template Parameters
TraitType trait
...UsTrait type parameters

Prefer to use any_v over this struct.


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