Variable rdf4cpp::datatypes::NumericStubLiteralDatatype

Variable Documentation

template<typename LiteralDatatypeImpl> concept rdf4cpp::datatypes::NumericStubLiteralDatatype   = LiteralDatatype<LiteralDatatypeImpl> && NumericStub<LiteralDatatypeImpl>

A LiteralDatatype that is numeric but does not itself have an impl for any numeric op it instead names another NumericImplLiteralDatatype that the operations should be delegated to. This property is also referred to as being “stub-numeric”.