I was watching Bjarne Stroustrup's talk "The Essential C++".
In Q&A session, on how to manage heavy template programming codes, he mentioned that: "by constack perfunction you can eliminate essentially every template metaprogramming that generates a value by writting ordinary code".
The constack perfunction is just a wild guess by the sound.
May I ask what is the correct term for that technology? so that I could do some follow up reading.
update: just modify the title to "constexpr function".