Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in metaprogramming

How to declare/define a class with template template parameters without using an extra template parameter

question about parameter passing in Ruby

ruby metaprogramming

Detecting duplicate work at compile time within C++ code

c++ metaprogramming

Why does R behave differently for auto-printed objects?

Passing lambda as an argument to a function with std::function parameter with an arbitrary number of parameters

How to pass filename and file content to awk

bash csv awk metaprogramming

GCC and Clang disagree about constexpr-ness of lambda?

Is there a better way to get the public "properties" of a Ruby object?

Ambiguous metafunction or undefined type

Find out the number of digits of min/max values of an integral type at compile time

C++ templates problem

c++ metaprogramming

how to eval / constantize a string to a method, then pass arguments to it

ruby access instance variable in instance_eval

C++ compiler maximum number of classes

c++ metaprogramming

why would type_identity make a difference?

matching nullptr by T *

Extract all occurences of a particular type in Haskell

Overloading members from template class on bool value