AsmGrader 0.0.0
Loading...
Searching...
No Matches
count_if.hpp File Reference
#include <cstddef>
#include <type_traits>
Include dependency graph for count_if.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  asmgrader::count_if< Cond, Ts >
 
struct  asmgrader::count_if_not< Cond, Ts >
 

Namespaces

namespace  asmgrader
 

Variables

template<template< typename > typename Cond, typename... Ts>
constexpr std::size_t asmgrader::count_if_v = count_if<Cond, Ts...>::value
 
template<template< typename > typename Cond, typename... Ts>
constexpr std::size_t asmgrader::count_if_not_v = count_if_not<Cond, Ts...>::value