RESTinio
Loading...
Searching...
No Matches
restinio::utils::metaprogramming::impl::all_of< Predicate, type_list< Types... > > Struct Template Reference

#include <metaprogramming.hpp>

Static Public Attributes

static constexpr bool value = all_of<Predicate, Types...>::value
 
static constexpr bool value
 

Detailed Description

template<template< class... > class Predicate, typename... Types>
struct restinio::utils::metaprogramming::impl::all_of< Predicate, type_list< Types... > >

Definition at line 293 of file metaprogramming.hpp.

Member Data Documentation

◆ value [1/2]

bool restinio::utils::metaprogramming::impl::all_of< Predicate, type_list< Types... >, Tail >::value
staticconstexpr

Definition at line 275 of file metaprogramming.hpp.

◆ value [2/2]

template<template< class... > class Predicate, typename... Types>
bool restinio::utils::metaprogramming::impl::all_of< Predicate, type_list< Types... > >::value = all_of<Predicate, Types...>::value
staticconstexpr

Definition at line 295 of file metaprogramming.hpp.


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