Searched refs:const_ref_type (Results 1 – 1 of 1) sorted by relevance
25 typedef const T & const_ref_type; typedef87 operator const_ref_type () const { return *_p; } in const_ref_type() function134 typedef const T & const_ref_type; typedef196 operator const_ref_type () const { return *_p; } in const_ref_type() function218 const_ref_type operator [] (unsigned index) const { return _p[index]; }