c++ Programming Glossary: tmpfib
Template Metaprogramming - Difference Between Using Enum Hack and Static Const http://stackoverflow.com/questions/2172647/template-metaprogramming-difference-between-using-enum-hack-and-static-const techniques. EX Fibonacci via TMP template int n struct TMPFib static const int val TMPFib n 1 val TMPFib n 2 val template.. via TMP template int n struct TMPFib static const int val TMPFib n 1 val TMPFib n 2 val template struct TMPFib 1 static const.. int n struct TMPFib static const int val TMPFib n 1 val TMPFib n 2 val template struct TMPFib 1 static const int val 1 template..
|