Home | History | Annotate | Download | only in bits

Lines Matching defs:_Arg

404   template<typename _Dom, typename _Arg>
410 _FunBase(const _Dom& __e, value_type __f(_Arg))
420 value_type (*_M_func)(_Arg);
469 template<class _Oper, class _Arg>
473 typedef typename _Arg::value_type _Vt;
476 _UnBase(const _Arg& __e) : _M_expr(__e) {}
484 const _Arg& _M_expr;
491 typedef _Dom _Arg;
495 _UnClos(const _Arg& __e) : _Base(__e) {}
502 typedef valarray<_Tp> _Arg;
506 _UnClos(const _Arg& __e) : _Base(__e) {}