AsmGrader 0.0.0
|
#include <cstddef>
#include <type_traits>
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 |