Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-meta-programming

Optimizing compile-time performance by caching metafunctions

Template base class accessible when inheriting from a specific specialization?

C++14 type lists, any reason to prefer 'free functions' to 'methods' or vice versa?

Using Boost::odeint with Eigen::Matrix as state vector

Count the number of arguments in a lambda

Legitimate to initialize an array in a constexpr constructor?

Map enum value to a type in C++

Is there a nice way to implement a conditional type with default fail case?

Why do templates specialisations need to be inlined?

Produce std::tuple of same type in compile time given its length by a template argument

What are the coolest examples of metaprogramming that you've seen in C++? [closed]

efficient index computation using meta programming

c++ generic compile-time for loop

detecting protected constructors of (possibly abstract) base class

C++ 11: overload resolution and SFINAE

How std::conditional works

How to order types at compile-time?

Scala macros, where are they used?

Possible to use type_traits / SFINAE to find if a class defines a member TYPE?

Optimize template replacement of a switch