Nam Seob Seo
Senior Software Engineer
- Austin
You may also enjoy
C++ - Class template argument deduction guide
less than 1 minute read
A deduction guide tells the compiler how to deduce template arguments when you construct an object without explicitly specifying them.
C++ - Immediately Invoked Lambda Expression
less than 1 minute read
Immediately Invoked Lambda Expression technique on initialize the singleton
C++ - Template-less meta programming
less than 1 minute read
Interesting C++ template meta programming without template