Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/variant/test/
Dconst_ref_apply_visitor.cpp72 struct lvalue_rvalue_detector : boost::static_visitor<std::string> struct
76 std::string operator()(T&&) const in operator ()()
83 std::string operator()(T&& t, V&& v) const in operator ()()
89 std::string operator()(T&& t, V&& v, P&& p) const in operator ()()
95 std::string operator()(T&& t, V&& v, P&& p, S&& s) const in operator ()()