Variable rdf4cpp::datatypes::NumericLiteralDatatype

Variable Documentation

template<typename LiteralDatatypeImpl> concept rdf4cpp::datatypes::NumericLiteralDatatype   = LiteralDatatype<LiteralDatatypeImpl> && (NumericImpl<LiteralDatatypeImpl> || NumericStub<LiteralDatatypeImpl>)

A LiteralDatatype that is either stub-numeric (see NumericStubLiteralDatatype) or impl-numeric (see NumericImplLiteralDatatype).