Searched defs:dereferenceable (Results 1 – 4 of 4) sorted by relevance
48 typedef typename std::iterator_traits<Iter>::value_type dereferenceable; typedef
129 struct dereferenceable struct131 static R apply(const T& arg) { return *arg; } in apply()
310 struct dereferenceable : B struct312 P operator->() const in operator ->()
296 struct dereferenceable : B struct298 P operator->() const in operator ->()