Searched defs:ActiveVisitor (Results 1 – 1 of 1) sorted by relevance
44 struct ActiveVisitor final { struct45 using result_type = bool;46 result_type operator()(std::monostate&) { return false; } in operator ()()47 result_type operator()(pw::rpc::RawUnaryReceiver& call) { in operator ()()50 result_type operator()(pw::rpc::RawClientReaderWriter& call) { in operator ()()