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
adapting a non-constexpr integral value to a non-type template parameter, and code bloat
Oct 04, 2022
c++
c++11
constexpr
inlining
template-function
passing a static constexpr variable by universal reference?
Oct 04, 2022
c++
c++11
static-members
constexpr
one-definition-rule
G++ vs Clang : inconsistent behavior for constexpr and const
Oct 04, 2022
c++
c++11
language-lawyer
constexpr
static-assert
Why constexpr data members are not implicitly static?
Aug 04, 2022
c++11
language-lawyer
constexpr
constexpr array and std::initializer_list
Feb 01, 2019
c++
c++11
compile-time
initializer-list
constexpr
How to initialize a pointer using an object with 0 value [duplicate]
Jun 14, 2022
c++
c++11
constexpr
Custom literal works with long double but not double, and with pass by value but not pass by reference
Feb 23, 2020
c++
c++11
literals
constexpr
user-defined-literals
Floating point division by zero not constexpr
Aug 17, 2021
c++11
c++14
undefined-behavior
constexpr
Nesting contexpr functions error
Nov 18, 2022
c++
constexpr
Constexpr implicitly declared functions
Oct 15, 2022
constructor
c++14
constexpr
assignment-operator
c++17
Is the compiler generated constructor constexpr by default?
Nov 08, 2022
c++
constructor
c++14
language-lawyer
constexpr
cannot compile function template instantiation containing "if constexpr"
Aug 01, 2022
c++
c++17
template-meta-programming
constexpr
std::max behaves unexpected with uniform initialization and constexpr int
Jun 27, 2022
c++
max
std
constexpr
C++: Cannot initialize enum value from a constant of the same type
Sep 30, 2022
c++
enums
initialization
constexpr
scoped-enums
Any gotchas replacing global const char[] with constexpr string_view?
Feb 27, 2022
c++
c++17
constexpr
string-view
Why does const have to be added to constexpr for a string literal declaration?
Nov 15, 2022
c++
constants
constexpr
Is the address of a local variable a constexpr?
Sep 26, 2022
c++
c++11
constexpr
memory-address
How to make C++ ADL to look into all instances of a template?
Nov 22, 2018
c++
c++11
c++14
template-meta-programming
constexpr
Initializing a constexpr with a const, -- int vs float
Aug 16, 2022
c++
constexpr
How to ensure constexpr function never called at runtime?
Sep 16, 2022
c++
constexpr
« Newer Entries
Older Entries »