Variable rdf4cpp::datatypes::NumericImplLiteralDatatype

Variable Documentation

template<typename LiteralDatatypeImpl> concept rdf4cpp::datatypes::NumericImplLiteralDatatype   = LiteralDatatype<LiteralDatatypeImpl> && NumericImpl<LiteralDatatypeImpl>

A LiteralDatatype that has an implementation for all numeric ops. This property is also referred to as being “impl-numeric”.