Searched defs:to_value_type_cref (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/pointers/
H A D_tools.h285 static value_type const& to_value_type_cref(void_type const& __ptr) function in struct:_CastTraits
315 static value_type const& to_value_type_cref(storage_type const&__ref) function in struct:_CastTraits
417 static value_type const& to_value_type_cref(storage_type const&__ref) function in struct:_CastTraits
443 { return _M_pred(cast_traits::to_value_type_cref(__ref)); }
459 { return _M_pred(cast_traits::to_value_type_cref(__fst), cast_traits::to_value_type_cref(__snd)); }

Completed in 374 milliseconds