Searched defs:rvalue_probe (Results 1 – 1 of 1) sorted by relevance
482 struct rvalue_probe struct484 struct private_type_ {};488 >::type value_type;489 operator value_type() { return *reinterpret_cast<value_type *>(this); } // never called in operator value_type()490 …or T &() const { return *reinterpret_cast<T *>(const_cast<rvalue_probe *>(this)); } // never called in operator T&()517 struct rvalue_probe struct519 rvalue_probe(T &t, bool &b) in rvalue_probe() argument525 struct private_type_ {};530 >::type value_type;534 >::type value_type;[all …]