Variable rdf4cpp::bnode_mngt::NodeScope

Variable Documentation

template<typename S> concept rdf4cpp::bnode_mngt::NodeScope   = requires (S &s, std::string_view label, storage::DynNodeStoragePtrnode_storage) {{ s.get_or_generate_node(label, node_storage) } -> std::convertible_to<Node>;}