Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
New posts in constexpr
Static constexpr odr-used or not?
Aug 16, 2022
c++
c++11
constexpr
one-definition-rule
constexpr std::array with static_assert
Dec 30, 2017
c++
c++11
constexpr
static-assert
stdarray
Why should I prefer static constexpr int in a class over enum for class-level integral constants?
Aug 27, 2022
c++
c++11
enums
constexpr
Why are some non-constant expressions allowed as operands of a constexpr comma operator?
Aug 06, 2020
c++
c++11
language-lawyer
constexpr
comma-operator
What is if consteval needed for?
Sep 10, 2022
c++
constexpr
consteval
c++23
std::addressof as a constant expression in C++17
Aug 22, 2022
c++
memory
constexpr
c++17
addressof
How to force a constexpr function to be evaluated at compile time [duplicate]
Feb 05, 2022
c++
c++11
constexpr
Why constexpr must be static?
Sep 20, 2022
c++
c++11
clang
constexpr
static constexpr variables in a constexpr function
Oct 15, 2021
c++
static
constexpr
Is it valid to use constexpr function as template argument?
Oct 27, 2022
c++
templates
c++11
compiler-errors
constexpr
Enum like calculated constants
Oct 20, 2022
c++
c++17
constexpr
Enforce compile-time constexpr [duplicate]
Sep 23, 2022
c++
c++11
constexpr
Why is `std::invoke` not constexpr?
May 14, 2020
c++
std
invoke
constexpr
c++17
As far as I can tell the function below is not constexpr, but the code compiles in clang and g++. What am I missing?
Apr 23, 2022
c++
c++14
constexpr
c++11 fast constexpr integer powers
Aug 27, 2021
c++
optimization
c++11
recursion
constexpr
Why I am getting this error: constexpr' is not valid here
Oct 19, 2022
c++
c++11
visual-studio-2015
constexpr
Which should I prefer for a constant within a function: constexpr const or enum?
Oct 29, 2022
c++
c++11
enums
constexpr
Why is comparing two parameters of a constexpr function not a constant condition for static assertion?
Dec 25, 2016
c++
constexpr
Create bitmask based on a pattern as constexpr
Apr 07, 2021
c++
c++11
bit-manipulation
c++14
constexpr
C++11 constexpr to obsolete template meta-programming?
Jan 19, 2019
c++
templates
c++11
constexpr
« Newer Entries
Older Entries »