CPP C++ - constexpr C++11 부터 constant expression 약자로 constexpr 키워드를 const의 확장된 기능을 지 ... #CPP #constexpr #Template #const #Array
CPP C++ - 템플릿 자동추론으로 타입별 로직 처리하기 함수 중 매개변수 타입에 따라 별도의 로직을 처리해야하는 함수가 있었다 parse(type); type 인자가 ... #CPP #Function #std #SFINAE #Template #Type #constexpr #Overloading