Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in template-meta-programming

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

Implicit template type deduction with two arguments of different types

How to detect whether a type is std::tuple or not?

SFINAE on assembly?

Generic way of lazily evaluating (short-circuiting) template conditional types

Is it possible to return a variadic lambda from a function template?

C++ compile-time predicate to test if a callable object of type F can be called with an argument of type T

Getting the type of a member