Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in generic-programming

In the generic programming/TMP world what exactly is a model / a policy and a "concept"?

Generic programming in Go?

Method in base class that returns derived class type?

Is there a generic function that takes a data structure and returns all ints in it?

Calling methods common to types in a boost::variant

void return value from a function used as input to a templated function is seen as a parameter

template template total specialization

D Analogue to C++ member-function-pointers, not necessarily delegates

How to make some generic programming in fortran 90/95 working with intrinsic types

C++ about generic initialization in templates

Difference between copy_backward and reverse_copy?

Template specialization for fundamental types

Scala: Implementing a subtype of Numeric[T]

programming language where values and objects are different [closed]

what could this generic class declaration could mean?

Generalizing fold such that it becomes expressive enough to define any finite recursion?

generic implementation in C

c generic-programming

Length of user-defined string literal as a template argument?

Operating on Scala collections in generic way

Indexing into containers: the mathematical underpinnings