Search code examples
C++ functors to Java, overloading operator ()()...

javac++interfaceoperatorsfunctor

Read More
passing template function to std::for_each...

c++templatesforeachstlfunctor

Read More
OCaml functors and type issues...

typesocamlfunctor

Read More
Ocaml Functors, Modules and Submodules...

moduleocamlfunctor

Read More
Why is there no Functor instance for Array in Scalaz...

arraysscalafunctorscalaz

Read More
std::set. Custom set of sets...

c++comparefunctorstdsetequivalence

Read More
How to force a functor to see an entire thrust::vector so that sorting is possible?...

c++cudafunctorthrust

Read More
Is the concept of an "interleaved homomorphism" a real thing?...

haskellfunctorcategory-theorycomonadhomomorphism

Read More
Isn't it redundant for Control.Lens.Setter to wrap types in functors?...

haskellfunctorapplicativehaskell-lenslenses

Read More
Terminology surrounding functors...

c++functorfunction-object

Read More
How do the native JavaScript types get written in Elm?...

javascripttreefunctorelmalgebraic-data-types

Read More
Haskell fmap functor...

haskellfunctoralgebraic-data-types

Read More
How are Functors useful?...

scalahaskellfunctional-programmingfunctor

Read More
functor doesn't work in c++...

c++functor

Read More
CUDA Thrust Functor with Flexibility to Run in CPU or GPU...

c++parallel-processingcudafunctorthrust

Read More
Parametrized type alias for Bifunctors...

scalafunctorscalaztype-aliasbifunctor

Read More
C++ pass function into functor...

c++functor

Read More
How to implement a functor so that map can be applied to two functions?...

javascriptfunctional-programmingcompositionfunctor

Read More
What are functors, and why do we need them?...

functorfactor-lang

Read More
function pointer vs functors in C++...

c++function-pointersfunctor

Read More
C++ use function argument type for template argument deduction...

c++templatesc++11c++14functor

Read More
Haskell: fmap on nested functors...

haskellfunctorapplicative

Read More
C++ set comparator using member fields...

c++setcomparatorfunctor

Read More
OCaml syntax error in functor...

syntax-errorocamlfunctor

Read More
What is a purpose of Zap Functor and zap function in Haskell?...

haskellfunctional-programmingfunctorhigher-order-functionscategory-theory

Read More
(<*>) without having to wrap the second argument...

haskellfunctorapplicative

Read More
How can I properly re-write C++11 lambda expression without lambda expr...

c++11lambdafunctor

Read More
What's the difference between a Predicate and a Functor?...

c++terminologypredicatefunctor

Read More
A functor(inherrited) is forbidden when using std::sort?...

c++sortingstlfunctor

Read More
Make std::for_each more useful - is this a good idea for the functor to know the current index?...

c++c++11functor

Read More
BackNext