VIPRA Documentation
Loading...
Searching...
No Matches
VIPRA::Concepts::Numeric Concept Reference

Checks that a type is a numeric type. More...

#include <numeric.hpp>

Concept definition

template<class type_t>
std::is_arithmetic_v<std::remove_reference_t<type_t>> &&
! std::is_same_v<type_t, bool> && ! std::is_same_v<type_t, char> &&
! std::is_same_v<type_t, const bool> && ! std::is_same_v<type_t, const char>
Checks that a type is a numeric type.
Definition numeric.hpp:13

Detailed Description

Checks that a type is a numeric type.

Template Parameters
type_t