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

Provides a static constant which indicates whether all types in this pack match Trait   More...

#include <typack/typack.hpp>

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

Detailed Description

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

Provides a static constant which indicates whether all types in this pack match Trait  

Template Parameters
TraitType trait
...UsTrait type parameters

Prefer to use all_v over this struct.


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