HomeSort by: relevance | last modified time | path
    Searched refs:binder1st (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/backward/
binders.h 73 * For example, a variable @c B of type @c binder1st is constructed
82 * @c binder1st.
94 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the
108 class binder1st class in inherits:unary_function
117 binder1st(const _Operation& __x, function in class:binder1st
135 inline binder1st<_Operation>
139 return binder1st<_Operation>(__fn, _Arg1_type(__x));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/backward/
binders.h 73 * For example, a variable @c B of type @c binder1st is constructed
82 * @c binder1st.
94 * @c std::binder1st<std::plus<int>> for declaring a variable to hold the
108 class binder1st class in inherits:unary_function
117 binder1st(const _Operation& __x, function in class:binder1st
135 inline binder1st<_Operation>
139 return binder1st<_Operation>(__fn, _Arg1_type(__x));

Completed in 22 milliseconds