Scripts posted recently tagged to metaprogramming in Kelpi

1- 1 of 1.

Simple C++ metaprogramming

to C++ template metaprogramming by jonbaine

//
// Example of metaprogramming with C++ 
// of "The Boost C++ Metaprogramming Library"
// 
#include <iostream>
hits counter