Home
last modified time | relevance | path

Searched refs:_FstArgParamType (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
D_function.h170 typedef typename __call_traits<first_argument_type>::const_param_type _FstArgParamType; typedef
176 bool operator()(_FstArgParamType __x, _SndArgParamType __y) const { in operator()