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
constexpr to concatenate two or more char strings
Apr 27, 2017
c++
templates
c++11
constexpr
Inline vs constexpr for a static const getter?
Sep 15, 2022
c++
c++11
inline
constexpr
std::pair<auto, auto> return type
Sep 16, 2022
c++
c++17
constexpr
auto
std-pair
Difference between string literal and constexpr array of char
Sep 15, 2022
c++
c++11
constexpr
string-literals
Is constexpr really needed?
Aug 26, 2022
c++
c++11
constexpr
Integral constant passed by value, treated as constexpr?
Mar 31, 2022
c++
templates
c++14
constexpr
The body of constexpr function not a return-statement
Nov 06, 2022
c++
function
c++11
constexpr
return-type
How do I check if a template parameter is a power of two?
Aug 16, 2022
c++
templates
c++11
constexpr
static-assert
Is this error message correct: non-type template argument is not a constant expression
Jul 11, 2019
c++
templates
c++11
language-lawyer
constexpr
Why do we need the two definitions: integral constant expression and converted constant expression?
Oct 31, 2022
c++
language-lawyer
c++14
constexpr
Where in the C++11 standard does it specify when a constexpr function can be evaluated during translation?
Sep 13, 2022
c++
c++11
constexpr
Nested struct breaks constexpr despite being identical to global ones
Aug 29, 2018
c++
c++11
constexpr
Why is an initializer_list of enum values not considered a constant expression?
Sep 13, 2022
c++
language-lawyer
c++17
constexpr
template instantiation with constexpr function failure
Nov 11, 2022
c++
templates
c++11
language-lawyer
constexpr
Can constexpr function evaluation do tail recursion optimization
Nov 18, 2022
c++
c++11
language-lawyer
constexpr
constexpr function must have one argument value?
Feb 13, 2022
c++
c++11
language-lawyer
constexpr
Proper initialization of static constexpr array in class template?
Oct 18, 2022
c++
templates
c++11
static-members
constexpr
How to effectively debug constexpr functions?
Nov 05, 2022
c++
debugging
c++11
constexpr
c++14
std::cout equivalent at compile time, or static_assert stringification of compile-time constant values in c++11
Dec 10, 2017
c++
c++11
cout
constexpr
static-assert
x[0] == 1 constant expression in C++11 when x is const int[]?
Sep 13, 2022
c++
c++11
constants
constexpr
« Newer Entries
Older Entries »