Searched refs:__generic_impl (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/libcxx/include/__algorithm/
H A Dpstl_frontend_dispatch.h32 __pstl_frontend_dispatch(_SpecializedImpl __specialized_impl, _GenericImpl __generic_impl, _Args&&... __args) { argument
36 return __generic_impl(std::forward<_Args>(__args)...);

Completed in 105 milliseconds