AsmGrader 0.0.0
Loading...
Searching...
No Matches
asmgrader::count_if_not< Cond, Ts > Struct Template Reference

#include <count_if.hpp>

Static Public Attributes

static constexpr std::size_t value = sizeof...(Ts) - (Cond<Ts>::value + ... + 0)
 

Member Data Documentation

◆ value

template<template< typename > typename Cond, typename... Ts>
std::size_t asmgrader::count_if_not< Cond, Ts >::value = sizeof...(Ts) - (Cond<Ts>::value + ... + 0)
staticconstexpr

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