Search code examples
What is the equivalent of std::less for the three-way comparison operator?...


c++c++20function-objectspaceship-operator

Read More
What's the meaning of &T::operator() in function traits?...


c++function-object

Read More
What are C++ functors and their uses?...


c++functorfunction-objectfunction-call-operator

Read More
How to invoke any swift function conditionally (without if block)...


swiftgenericsfunctional-programmingswift5function-object

Read More
Is there an objective reason why the explicitly instantiated std::less, std::greater and similar off...


c++type-conversionc++17function-pointersfunction-object

Read More
Execution speed of code with `function` object as compared to using template functions...


c++c++11templatesfunctional-programmingfunction-object

Read More
Overload a lambda function...


c++lambdaoverloadingc++17function-object

Read More
Does Boost (or another library) offer a way to lift the name of a "constructor-less" class...


c++boostfunctional-programmingc++17function-object

Read More
Most terse and reusable way of wrapping template or overloaded functions in function objects...


c++overloadingoverload-resolutionfunction-templatesfunction-object

Read More
Add index signature to a function in .d.ts...


typescriptfunction-object.d.tsindex-signature

Read More
how to use a function object as a custom comparator for accessing a local variable instead of using ...


c++lambdapriority-queuefunctorfunction-object

Read More
Are function pointers function objects in C++?...


c++functionc++11type-traitsfunction-object

Read More
STL and std custom compare arguments working in c++...


c++templatesstlsetfunction-object

Read More
store a function without directly creating new function objects in C++ way...


c++functionoopfunction-object

Read More
How to sort a vector with given column only on a triplet value?...


c++sortingvectorlambdafunction-object

Read More
Proper way of returning a functor in C++...


c++pointersfunction-pointersfunctorfunction-object

Read More
Function object to pass std::get around as an argument to functions...


c++lambdatemplate-meta-programmingc++20function-object

Read More
Declaring function objects for comparison?...


c++operatorsoperator-keywordfunction-object

Read More
function objects for class methods...


c++classfunction-object

Read More
Cannot find symbol of written method java.util.function...


javaarraysfunctorfunction-object

Read More
how to pass a class method as argument to another method of the class in perl 6...


rakufunction-object

Read More
Using smart pointers within multi-threaded application...


c++multithreadinglambdasmart-pointersfunction-object

Read More
C++ Passing function objects as lvalues and/or rvalues...


c++templatesfunction-object

Read More
How can I compare std::function objects?...


c++functorfunction-object

Read More
Does `name_compare()` calls the default construction or the `operator()` of `class name_compare` in ...


c++function-object

Read More
Is it possible to override Function.prototype.toJSON so that JSON.stringify could work with function...


javascriptjsonprototypefunction-objectto-json

Read More
Creating a function object from a string...


pythoncode-generationpython-2.xfunction-object

Read More
How does the template parameter of std::function work? (implementation)...


c++templatesc++11function-pointersfunction-object

Read More
Forwarding vs not Forwarding a function passed to a wrapper...


c++templatesgeneric-programmingfunction-objectforwarding-reference

Read More
Is function object created by `new` constructor treated as mutable object in javascript?...


javascriptcalling-conventionfunction-object

Read More
BackNext