Search code examples
Dart(/Flutter): Create function in initializer list...

constructordartflutterinitializer-listfunction-object

Read More
How to document a function object with doxygen?...

c++doxygenfunctorfunction-object

Read More
Build a function object with properties in TypeScript...

castingtypescriptfunction-object

Read More
Serializing function objects...

c++serializationc++11closuresfunction-object

Read More
How can it be useful to overload the "function call" operator?...

c++operator-overloadingfunctorfunction-object

Read More
What happens to variables/objects in inner classes of function objects?...

javainner-classesfunction-object

Read More
When using templates to support functor as arguments, what qualifier should I use?...

c++c++11templatesfunctorfunction-object

Read More
javascript class inherit from Function class...

javascriptinheritanceprototypal-inheritancefunction-object

Read More
When do you use function objects in C++?...

c++stlfunction-object

Read More
How to copy references of elements of one vector to another vector?...

c++templatescompiler-errorsfunction-objectreference-wrapper

Read More
accessing function attributes inside decorators...

pythonscopepython-decoratorsfunction-objectfunction-attributes

Read More
Call operator with auto return type being chosen instead of constructor when using std::function...

c++c++14std-functionfunction-objectreturn-type-deduction

Read More
Why can I pass a value-accepting callable to a reference-accepting std::function?...

c++covariancecoercionfunction-object

Read More
Is it wise to prefer lambdas to function objects?...

c++lambdafunction-object

Read More
Overloading multiple function objects by reference...

c++overloadingtemplate-meta-programmingc++17function-object

Read More
JavaScript Functions as Objects...

javascriptfunctionobjectjavascript-objectsfunction-object

Read More
the differences between function-object and function-pointer?...

c++classc++11function-pointersfunction-object

Read More
Is There a Indirection Functor?...

c++functorfunction-objectindirectionunary-function

Read More
Are functors actually faster than pointers to functions?...

c++function-pointersfunction-objectinlining

Read More
Converting a Functor to an Object of Type function...

c++templatesparametersfunctorfunction-object

Read More
Using an std::function for wrapping a function object...

c++c++14std-functionfunction-object

Read More
Why are function objects better than function pointers?...

c++function-object

Read More
C++ parallel_for error...

c++tbbfunction-object

Read More
Qt5 Function object as callback copying...

c++qtcallbackqt5function-object

Read More
Terminology surrounding functors...

c++functorfunction-object

Read More
How do I assign an std::function to an operator in C++?...

c++templatesc++11operatorsfunction-object

Read More
Python - Pass named arguments to function object...

pythonpython-2.7lambdaargumentsfunction-object

Read More
a call to template-function - is it legal?...

c++templatesgeneric-programmingfunction-object

Read More
Having Function Objects Auto Detect Type in c++...

c++templatesfunction-object

Read More
Function object as template parameter...

c++function-object

Read More
BackNext