snippets 0.1.0
Loading...
Searching...
No Matches
varadic_numeric.hpp File Reference
#include <concepts>
Include dependency graph for varadic_numeric.hpp:

Go to the source code of this file.

Namespaces

namespace  hsc_snippets
 

Concepts

concept  hsc_snippets::numeric
 

Functions

template<numeric T>
bool hsc_snippets::lessThanAll (T x, T val)
 
template<numeric T, numeric... Args>
bool hsc_snippets::lessThanAll (T x, T val, Args... args)
 
template<numeric T>
bool hsc_snippets::lessThanOrEqualToAll (T x, T val)
 
template<numeric T, numeric... Args>
bool hsc_snippets::lessThanOrEqualToAll (T x, T val, Args... args)
 
template<numeric T>
bool hsc_snippets::greaterThanAll (T x, T val)
 
template<numeric T, numeric... Args>
bool hsc_snippets::greaterThanAll (T x, T val, Args... args)
 
template<numeric T>
bool hsc_snippets::greaterThanOrEqualToAll (T x, T val)
 
template<numeric T, numeric... Args>
bool hsc_snippets::greaterThanOrEqualToAll (T x, T val, Args... args)
 
template<numeric T>
hsc_snippets::sum (T x)
 
template<numeric T, numeric... Args>
hsc_snippets::sum (T x, Args... args)