6 #ifndef PRINT_TRIPLE_HPP_
7 #define PRINT_TRIPLE_HPP_
16 inline std::string to_string(Triple
const& t, Triple_store
const& ts) {
17 std::ostringstream str;
19 << to_string(t.subj_, ts) <<
' '
20 << to_string(t.pred_, ts) <<
' '
21 << to_string(t.obj_, ts)