7 #include <experimental/iterator>
9 namespace triton_utils {
15 std::stringstream
msg;
23 throw TritonException(
"TritonFailure") << msg << (err.Message().empty() ?
"" :
": " + err.Message());
void throwIfError(const Error &err, std::string_view msg)
triton::client::Error Error
std::string printColl(const C &coll, const std::string &delim=", ")