Variable rdf4cpp::BigDecimalBaseType

Variable Documentation

template<typename T> concept rdf4cpp::BigDecimalBaseType   = std::numeric_limits<T>::is_specialized && !std::floating_point<T>