Home
last modified time | relevance | path

Searched defs:const_ref_type (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/elftosb/dist/common/
H A Dsmart_ptr.h25 typedef const T & const_ref_type; typedef
87 operator const_ref_type () const { return *_p; } in const_ref_type() function
134 typedef const T & const_ref_type; typedef
196 operator const_ref_type () const { return *_p; } in const_ref_type() function