Searched defs:dncast (Results 1 – 1 of 1) sorted by relevance
158 derived_type const& dncast () const { return *static_cast<derived_type const*>(this); } in dncast() function159 derived_type& dncast () { return *static_cast<derived_type*>(this); } in dncast() function