Searched defs:TArrayPrintCtx (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/example/ |
D | tarray.cpp | 66 struct TArrayPrintCtx struct 71 TArrayPrintCtx() {} in TArrayPrintCtx() argument 73 std::ostream &operator ()(proto::tag::terminal, int i) const in operator ()() 78 std::ostream &operator ()(proto::tag::terminal, int const (&arr)[3]) const in operator ()() 84 std::ostream &operator ()(proto::tag::plus, L const &l, R const &r) const in operator ()() 90 std::ostream &operator ()(proto::tag::minus, L const &l, R const &r) const in operator ()() 96 std::ostream &operator ()(proto::tag::multiplies, L const &l, R const &r) const in operator ()() 102 std::ostream &operator ()(proto::tag::divides, L const &l, R const &r) const in operator ()()
|