Searched refs:move_only_function (Results 1 – 25 of 42) sorted by relevance
12
63 class move_only_function<_Res(_ArgTypes...) _GLIBCXX_MOF_CV in _GLIBCXX_VISIBILITY()83 move_only_function() noexcept { } in _GLIBCXX_VISIBILITY()86 move_only_function(nullptr_t) noexcept { } in _GLIBCXX_VISIBILITY()89 move_only_function(move_only_function&& __x) noexcept in _GLIBCXX_VISIBILITY()96 requires (!is_same_v<_Vt, move_only_function>) in _GLIBCXX_VISIBILITY()98 move_only_function(_Fn&& __f) noexcept(_S_nothrow_init<_Vt, _Fn>()) in _GLIBCXX_VISIBILITY()116 move_only_function(in_place_type_t<_Tp>, _Args&&... __args) in _GLIBCXX_VISIBILITY()129 move_only_function(in_place_type_t<_Tp>, initializer_list<_Up> __il, in _GLIBCXX_VISIBILITY()139 move_only_function& in _GLIBCXX_VISIBILITY()140 operator=(move_only_function&& __x) noexcept in _GLIBCXX_VISIBILITY()[all …]
47 class move_only_function; // not defined in _GLIBCXX_VISIBILITY() local183 constexpr bool __is_move_only_function_v<move_only_function<_Tp>> = true; in _GLIBCXX_VISIBILITY()
48 …x_size_type.h bits/memoryfwd.h bits/mofunc_impl.h bits/move.h bits/move_only_function.h bits/new_a…