Variable cif::Numeric

Variable Documentation

template<typename T> concept cif::Numeric   = ((std::is_floating_point_v<T> or std::is_integral_v<T>) and not std::is_same_v<T, bool>)