Home
last modified time | relevance | path

Searched refs:T_func (Results 1 – 8 of 8) sorted by relevance

/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/functors/
H A Dmem_fun.h90 template<typename T_func, typename... T_arg>
94 using object_type = typename internal::member_method_class<T_func>::type;
96 using function_type = T_func;
99 conditional_t<internal::member_method_is_const<T_func>::value, const object_type, object_type>;
123 template<typename T_func, typename... T_arg>
124 class bound_mem_functor : mem_functor<T_func, T_arg...>
126 using base_type = mem_functor<T_func, T_arg...>;
136 typename std::conditional_t<internal::member_method_is_const<T_func>::value,
169 template<typename T_func, typename... T_arg>
170 struct visitor<bound_mem_functor<T_func, T_arg...>>
[all …]
/dports/devel/libsigc++30/libsigc++-3.0.7/sigc++/adaptors/
H A Dretype.h124 template<template<typename T_func, typename... T_arg> class T_functor,
125 typename T_func,
128 retype(const T_functor<T_func, T_arg...>& functor)
130 return retype_functor<T_functor<T_func, T_arg...>, T_arg...>(functor);
/dports/devel/libsigc++30/libsigc++-3.0.7/untracked/docs/docs/reference/html/
H A Dclasssigc_1_1bound__mem__functor__inherit__graph.map1 <map id="sigc::bound_mem_functor&lt; T_func, T_arg &gt;" name="sigc::bound_mem_functor&lt; T_func, …
2 …" href="$classsigc_1_1mem__functor.html" title="sigc::mem_functor\&lt;\l T_func, T_arg... \&gt;" a…
H A Dinherit_graph_17.map2 …" href="$classsigc_1_1mem__functor.html" title="sigc::mem_functor\&lt;\l T_func, T_arg... \&gt;" a…
3 …ssigc_1_1bound__mem__functor.html" title="sigc::bound_mem_functor\l\&lt; T_func, T_arg \&gt;" alt=…
H A Dinherit_graph_16.map2 …" href="$classsigc_1_1mem__functor.html" title="sigc::mem_functor\&lt;\l T_func, T_arg \&gt;" alt=…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/subzero/src/
H A DIceELFObjectWriter.cpp222 TimerMarker T_func(&Ctx, FuncName.toStringOrEmpty()); in writeFunctionCode() local
H A DIceCfg.cpp236 TimerMarker T_func(getContext(), getFunctionName().toStringOrEmpty()); in translate() local
H A DWasmTranslator.cpp1640 TimerMarker T_func(getContext(), FnName); in translate() local