Home
last modified time | relevance | path

Searched defs:try_catch_cons (Results 1 – 1 of 1) sorted by relevance

/external/sdv/vsomeip/third_party/boost/proto/example/
Dlambda.hpp1440 struct try_catch_cons : Tail struct
1442 typedef typename Head::proto_tag::exception_type exception_type;
1444 try_catch_cons(Head const &head, Tail const &tail) in try_catch_cons() argument
1451 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 struct
1495 try_catch_cons(Head const &head, try_catch_nil const &) in try_catch_cons() function
1503 struct result<This(State, Data)>
[all …]