owlcpp
v0.3.3~
C++ library for working with OWL ontologies
|
#include <map_triple.hpp>
Public Types | |
typedef result< typename boost::mpl::at_c< q_args, 0 > ::type, typename boost::mpl::at_c< q_args, 1 > ::type, typename boost::mpl::at_c< q_args, 2 > ::type, typename boost::mpl::at_c< q_args, 3 > ::type >::type | type |
Deduce return type of triple search based on boolean template arguments
indicating which IDs were specified
Subj | true if Node_id was specified to match triple subject, or false for any |
Pred | true if Node_id was specified to match triple predicate, or false for any |
Obj | true if Node_id was specified to match triple object, or false for any |
Doc | true if Doc_id was specified to match triple document, or false for any |