HomeSort by relevance Sort by last modified time
    Searched defs:bind2nd (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
82 * of the first, e.g., @c bind2nd(std::minus<float>(),1.3) will create a
99 * @c bind2nd by @c std::bind(f, std::placeholders::_1, x).
166 bind2nd(const _Operation& __fn, const _Tp& __x) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/backward/
binders.h 80 * The type @c binder2nd and its creator function @c bind2nd do the same
82 * of the first, e.g., @c bind2nd(std::minus<float>(),1.3) will create a
99 * @c bind2nd by @c std::bind(f, std::placeholders::_1, x).
166 bind2nd(const _Operation& __fn, const _Tp& __x) function

Completed in 59 milliseconds