Home
last modified time | relevance | path

Searched defs:invoked_bound_function (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/compute/functional/
Dbind.hpp52 struct invoked_bound_function struct
54 invoked_bound_function(Function f, BoundArgs bound_args, Args args) in invoked_bound_function() function
63 struct is_placeholder_arg
72 struct get_arg_type
78 struct get_arg_type<placeholders::placeholder<I> >
85 struct get_nth_arg_type
93 typename get_nth_arg_type<N>::type get_nth_arg( in get_nth_arg()
103 typename get_nth_arg_type<N>::type get_nth_arg( in get_nth_arg()
110 Function m_function;
111 BoundArgs m_bound_args;
[all …]