Searched refs:rvalue_probe (Results 1 – 1 of 1) sorted by relevance
482 struct rvalue_probe struct490 …operator T &() const { return *reinterpret_cast<T *>(const_cast<rvalue_probe *>(this)); } // never… in operator T&() argument494 rvalue_probe<T> const make_probe(T const &) in make_probe()496 return rvalue_probe<T>(); in make_probe()517 struct rvalue_probe struct519 rvalue_probe(T &t, bool &b) in rvalue_probe() function554 rvalue_probe<T> make_probe(T &t, bool &b) { return rvalue_probe<T>(t, b); } in make_probe()557 rvalue_probe<T const> make_probe(T const &t, bool &b) { return rvalue_probe<T const>(t, b); } in make_probe()