Searched defs:lvalue_rvalue_detector (Results 1 – 1 of 1) sorted by relevance
72 struct lvalue_rvalue_detector : boost::static_visitor<std::string> struct76 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 ()()