Function rdf4cpp::parser::istream_error¶
Defined in File IStreamQuadIterator.cpp
Function Documentation¶
-
static int rdf4cpp::parser::istream_error(void *voided_self) noexcept¶
Adaptor function for serd to check if an std::istream is ok Matches the interface of SerdStreamErrorFunc
- Parameters:
voided_self – pointer to std::istream cast to void *
- Returns:
whether the given istream encountered an error (cast to int)