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

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
mofunc_impl.h 1 // Implementation of std::move_only_function -*- C++ -*-
53 * The `std::move_only_function` class template is a call wrapper similar
59 * of the `move_only_function::operator()` member function are respected
63 class move_only_function<_Res(_ArgTypes...) _GLIBCXX_MOF_CV class in inherits:_Mofunc_base
83 move_only_function() noexcept { }
86 move_only_function(nullptr_t) noexcept { }
89 move_only_function(move_only_function&& __x) noexcept
96 requires (!is_same_v<_Vt, move_only_function>)
98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>()
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
mofunc_impl.h 1 // Implementation of std::move_only_function -*- C++ -*-
53 * The `std::move_only_function` class template is a call wrapper similar
59 * of the `move_only_function::operator()` member function are respected
63 class move_only_function<_Res(_ArgTypes...) _GLIBCXX_MOF_CV class in inherits:_Mofunc_base
83 move_only_function() noexcept { }
86 move_only_function(nullptr_t) noexcept { }
89 move_only_function(move_only_function&& __x) noexcept
96 requires (!is_same_v<_Vt, move_only_function>)
98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>()
    [all...]

Completed in 27 milliseconds