Variable rdf4cpp::datatypes::NumericLiteralDatatype¶
Defined in File LiteralDatatype.hpp
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).