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
Using "constexpr" to use string literal for template parameter
Nov 03, 2022
c++
templates
c++11
string-literals
constexpr
Self-initialization of a static constexpr variable, is it well-formed?
Sep 05, 2022
c++
language-lawyer
c++14
constexpr
c++17
Why is this not a constant expression?
Sep 05, 2022
c++
templates
c++11
constexpr
c++14
How to check if two types are same at compiletime(bonus points if it works with Boost strong typedef)
Oct 09, 2021
c++
c++11
template-meta-programming
constexpr
static-assert
Can I use a constexpr value in a lambda without capturing it?
Sep 05, 2022
c++
lambda
c++14
constexpr
lambda as a static member
Sep 15, 2022
c++
lambda
c++11
language-lawyer
constexpr
Guidelines to do constexpr operator-overloading?
Aug 24, 2022
c++
c++11
operator-overloading
constexpr
c++14
Why is calling a constexpr function with a member array not a constant expression?
Sep 04, 2022
c++
templates
constexpr
how to initialize a constexpr reference
Aug 11, 2022
c++
c++11
reference
constexpr
constexpr begin of a std::array
Aug 22, 2022
c++
c++17
constexpr
How to declare constexpr C string?
Sep 04, 2022
c++
constexpr
c-strings
string-literals
Why can function pointers be `constexpr`?
Sep 04, 2022
c++
function-pointers
constexpr
What determines whether a constexpr function is a constant expression?
Sep 04, 2022
c++
c++17
constexpr
Static constexpr int vs old-fashioned enum: when and why?
Sep 05, 2022
c++
c++11
enums
constexpr
Must template argument functions be treated as potentially constexpr?
Sep 03, 2022
c++
templates
c++11
language-lawyer
constexpr
constexpr error at compile-time, but no overhead at run-time
Sep 03, 2022
c++
c++11
constexpr
c++14
Should we use constexpr everywhere we can?
Sep 03, 2022
c++
constexpr
c++11
C++20 constexpr std::copy optimizations for run-time
Oct 07, 2020
c++
optimization
constexpr
c++20
Using numeric_limits::max() in constant expressions
Oct 31, 2022
c++
std
constexpr
numeric-limits
Why does this usage of C++17 if constexpr fail?
Oct 11, 2022
c++
if-statement
templates
c++17
constexpr
« Newer Entries
Older Entries »