Skip to main content
replaced http://stackoverflow.com/ with https://stackoverflow.com/
Source Link
URL Rewriter Bot
URL Rewriter Bot

Depending on the source of n, the answer is probably no. In case n can be a constexpr, then the answer is yes.

See this SO post for more information about constexpr: Should I declare a constant instead of writing a constexpr function?Should I declare a constant instead of writing a constexpr function?

Depending on the source of n, the answer is probably no. In case n can be a constexpr, then the answer is yes.

See this SO post for more information about constexpr: Should I declare a constant instead of writing a constexpr function?

Depending on the source of n, the answer is probably no. In case n can be a constexpr, then the answer is yes.

See this SO post for more information about constexpr: Should I declare a constant instead of writing a constexpr function?

Source Link
Kris
  • 2.1k
  • 18
  • 19

Depending on the source of n, the answer is probably no. In case n can be a constexpr, then the answer is yes.

See this SO post for more information about constexpr: Should I declare a constant instead of writing a constexpr function?