Home
last modified time | relevance | path

Searched refs:FPLUS_INVOKE_RETURN (Results 1 – 2 of 2) sorted by relevance

/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include/fplus/internal/
H A Dinvoke.hpp16 #define FPLUS_INVOKE_RETURN(...) \ macro
159 FPLUS_INVOKE_RETURN((std::forward<Unwrapped>(ref).*
176 FPLUS_INVOKE_RETURN(((*std::forward<Pointer>(ptr)).*
190 FPLUS_INVOKE_RETURN((std::forward<Unwrapped>(ref).*pmd))
202 FPLUS_INVOKE_RETURN((*std::forward<Pointer>(ptr)).*pmd)
211 FPLUS_INVOKE_RETURN((std::forward<F>(f)(std::forward<Args>(args)...)))
275 #undef FPLUS_INVOKE_RETURN
/dports/devel/functionalplus/FunctionalPlus-0.2.18-p0/include_all_in_one/include/fplus/
H A Dfplus.hpp712 #define FPLUS_INVOKE_RETURN(...) \ macro
855 FPLUS_INVOKE_RETURN((std::forward<Unwrapped>(ref).*
872 FPLUS_INVOKE_RETURN(((*std::forward<Pointer>(ptr)).*
886 FPLUS_INVOKE_RETURN((std::forward<Unwrapped>(ref).*pmd))
898 FPLUS_INVOKE_RETURN((*std::forward<Pointer>(ptr)).*pmd)
907 FPLUS_INVOKE_RETURN((std::forward<F>(f)(std::forward<Args>(args)...)))
971 #undef FPLUS_INVOKE_RETURN