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
Template non-type parameter deduction
Apr 02, 2022
c++
templates
c++17
constexpr
template-argument-deduction
const ok, but not constexpr?
Nov 15, 2022
c++
c++11
constants
constexpr
Can I define a constexpr anonymous/unnamed variable?
Sep 27, 2022
c++
language-lawyer
c++17
constexpr
Should this be a constexpr or not?
Aug 25, 2022
c++
constexpr
c++20
Compile-time computation (C++ v. C) [closed]
Aug 31, 2022
c++
c
metaprogramming
constexpr
compile-time
decltype( constexpr variable)
Sep 23, 2022
c++
c++11
constexpr
decltype
static-assert
As far as I can tell, this code should not compile, according to §5.19/3 and §5.19/2 in C++14
May 27, 2021
c++
language-lawyer
c++14
constexpr
Why does constexpr work with templates?
Mar 10, 2022
c++
operator-overloading
constexpr
constant-expression
What is the difference between a static const and constexpr variable?
Oct 16, 2022
c++
c++11
static-variables
constexpr
Is GCC correct in requiring the constexpr specifier for this reference declaration?
Nov 14, 2022
c++
gcc
language-lawyer
c++14
constexpr
C++11 constexpr string implementation
Dec 06, 2020
c++
c++11
constexpr
Why passing constexpr object by const reference works, but by value doesn't compile
Feb 25, 2017
c++
c++11
c++14
constexpr
Is "constexpr if" considered SFINAE?
Nov 03, 2022
c++
c++17
constexpr
sfinae
overload-resolution
Initialisation of static class member. Why constexpr?
Aug 30, 2022
c++
c++11
initialization
static-members
constexpr
Write a function that only accepts literal `0` or literal `1` as argument
May 29, 2022
c++
c++11
c++17
constexpr
literals
Iinitializing a constexpr std::array of pairs
Sep 05, 2022
c++
arrays
c++14
constexpr
Why isn't ConstexprIterator from std::array bidirectional/random-access?
May 25, 2022
c++
iterator
constexpr
Using an int as a template parameter that is not known until run-time
Oct 27, 2022
c++
templates
constexpr
g++ doesn't compile constexpr function with assert in it
Sep 11, 2022
c++
c++11
g++
assert
constexpr
checking uniqueness of characters at compile time
Nov 02, 2022
c++
c++11
constexpr
compile-time
« Newer Entries
Older Entries »