Lines Matching full:parameters
29 // parameters have been bound (usually via currying). Closures are well
118 // and all its bound parameters. Each Callback specialization has a templated
122 // parameters, and a DoInvoke() that is capable of invoking the target.
126 // parameters. It does this by storing a pointer to the specific DoInvoke()
134 // - Unwrapping the function signature into return type, and parameters
135 // - Determining the number of parameters that are bound
136 // - Creating the storage for the bound parameters
139 // matching the number of unbound parameters, and knows the correct
146 // By default Bind() will store copies of all bound parameters, and attempt
177 // tr1::function causes a copy to be made of all the bound parameters and
186 // tr1::bind::placeholder, support for non-const reference parameters, and some
191 // allowing for reference parameters, and subtyping of functions, may actually
220 // After this, create template specializations for 0-6 parameters. Note that