Variable rdf4cpp::BigDecimalBaseType¶ Defined in File BigDecimal.hpp Variable Documentation¶ template<typename T> concept rdf4cpp::BigDecimalBaseType = std::numeric_limits<T>::is_specialized && !std::floating_point<T>