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

/freebsd-current/contrib/llvm-project/libcxx/include/__functional/
H A Dfunction.h612 // __policy_func uses a __policy and __policy_invoker to create a type-erased,
616 class __policy_func;
619 class __policy_func<_Rp(_ArgTypes...)> {
634 _LIBCPP_HIDE_FROM_ABI __policy_func() : __policy_(__policy::__create_empty()) {} function in struct:__function::__use_small_storage
637 _LIBCPP_HIDE_FROM_ABI __policy_func(_Fp&& __f, const _Alloc& __a) : __policy_(__policy::__create_empty()) { function in struct:__function::__use_small_storage
658 template <class _Fp, __enable_if_t<!is_same<__decay_t<_Fp>, __policy_func>::value, int> = 0>
659 _LIBCPP_HIDE_FROM_ABI explicit __policy_func(_Fp&& __f) : __policy_(__policy::__create_empty()) { function in struct:__function::__use_small_storage
675 _LIBCPP_HIDE_FROM_ABI __policy_func(const __policy_func& __f) function in struct:__function::__use_small_storage
681 _LIBCPP_HIDE_FROM_ABI __policy_func(__policy_fun function in struct:__function::__use_small_storage
[all...]

Completed in 166 milliseconds