vndrks / blog_comment

0 stars 0 forks source link

keyword/constexpr #2

Open utterances-bot opened 3 years ago

utterances-bot commented 3 years ago

C++ constexpr – Reporter of the Carvina Desert

constexpr constexpr 키워드는 C++11 부터 추가된 키워드입니다. 상수 표현식(const expression)이라는 의미이며, 변수 또는 함수의 값을 컴파일 시 평가 할 수 있도록 선언할 수 있습니다. 런타임이 아닌 컴파일 타임에 계산을 수행하여 런타임에 소비되는 시간을 절약할 수 있습니다.

https://vndrks.github.io/keyword/constexpr

vndrks commented 3 years ago

Test 2 comments