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 CRC32 algorithm to hash string at compile-time
Sep 20, 2022
c++
c++11
visual-studio-2012
constexpr
compile-time
constexpr depth limit with clang (fconstexpr-depth doesnt seem to work)
Feb 01, 2022
c++
c++11
clang
constexpr
c++14
Killing Magic Numbers: "const int" vs "constexpr int" (or is there no difference in the end)
Aug 26, 2022
c++
constants
constexpr
magic-numbers
Why is constexpr required even though member function is constexpr?
Sep 20, 2022
c++
c++11
initializer-list
constexpr
constexpr global of class type
Oct 21, 2022
c++
c++11
global
constexpr
one-definition-rule
Why isn't constexpr implied when applicable?
Mar 16, 2022
c++
c++11
constexpr
Is function pointer comparison in a constexpr function allowed?
Sep 19, 2022
c++
c++11
c++14
language-lawyer
constexpr
Confusion about constant expressions
Sep 07, 2022
c++
c++11
compile-time
constexpr
constant-expression
What happens when an exception is thrown while computing a constexpr?
Aug 07, 2018
c++
exception
c++11
language-lawyer
constexpr
Is it legal to use side-effects in exceptions thrown by constexpr?
Aug 17, 2022
c++
c++11
assert
language-lawyer
constexpr
When should one set the constructor as constexpr?
Sep 19, 2022
c++
c++11
constexpr
Compile time string encryption using constexpr
Sep 19, 2022
c++
c++11
reverse-engineering
c++14
constexpr
Best way of defining a compile-time constant
Nov 01, 2021
c++
c++11
constants
constexpr
idioms
Is `const constexpr` on variables redundant?
Nov 10, 2022
c++
constexpr
equivalent
C++17 constexpr string parsing
Sep 18, 2022
c++
parsing
c++17
constexpr
How to use a user defined literal in a header file? [duplicate]
Aug 15, 2022
c++
c++11
c++14
constexpr
user-defined-literals
Is declaring variables as const redundant after constexpr was added to the language?
Sep 21, 2022
c++
c++11
constants
constexpr
Static constexpr: why does it need to be templated?
Feb 01, 2022
c++
c++14
constexpr
Declaring a constexpr specialization as friend
Apr 12, 2019
c++
c++11
gcc
clang
constexpr
Initializing a static constexpr data member of the base class by using a static constexpr data member of the derived class
Nov 20, 2022
c++
templates
c++14
constexpr
crtp
« Newer Entries
Older Entries »