Searched defs:try_catch_cons (Results 1 – 1 of 1) sorted by relevance
1440 struct try_catch_cons : Tail struct1442 typedef typename Head::proto_tag::exception_type exception_type;1444 try_catch_cons(Head const &head, Tail const &tail) in try_catch_cons() argument1451 operator()(State const &state, Data &data) const in operator ()()1460 invoke(State const &state, Data &data, type2type<Exception>) const in invoke()1476 invoke(State const &state, Data &data, type2type<tag::catch_all_>) const in invoke()1489 Head const &head;1493 struct try_catch_cons<Head, try_catch_nil> : proto::callable struct1495 try_catch_cons(Head const &head, try_catch_nil const &) in try_catch_cons() function1503 struct result<This(State, Data)>[all …]