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 vector push_back or how to constexpr all the things
Oct 21, 2025
c++
c++20
constexpr
Why aren't std::chrono::duration instances passed by value in the Standard Library?
Oct 21, 2025
c++11
pass-by-reference
constexpr
pass-by-value
Structural tuple-like / Wrapping a variadic set of template parameters values in a struct
Oct 21, 2025
c++
tuples
c++20
constexpr
Scope of variables declared inside `if constexpr` blocks
Oct 21, 2025
c++
scope
c++17
constexpr
constexpr-ness of std::initializer_list::size() vs std::array::size()
Oct 19, 2025
c++
c++17
constexpr
initializer-list
Keeping consteval-ness of function arguments
Oct 19, 2025
c++
c++20
constexpr
fmt
consteval
std::is_constant_evaluated() and const variables
Oct 19, 2025
c++
c++20
constexpr
Are constexpr evaluated on target platform?
Oct 19, 2025
c++
constexpr
Initialization order of static constexpr data members
Oct 18, 2025
c++
static
constexpr
static_assert with nonconstexpr objects in hana's tutorial
Oct 17, 2025
c++
constexpr
static-assert
Undefined behavior when constexpr-evaluating negative bitshift?
Oct 17, 2025
c++
undefined-behavior
bit-shift
constexpr
Why can explicit instantiation of a function template not use inline or constexpr
Sep 21, 2025
c++
templates
inline
constexpr
explicit-instantiation
C++20 consteval functions and constexpr variables - are they guaranteed to be evaluated at compilation time?
Sep 22, 2025
c++
language-lawyer
c++20
constexpr
consteval
Why can't we initialize a "constexpr variable" inside a Switch (below a non last SWITCH CASE)?
Sep 21, 2025
c++
switch-statement
c++20
constexpr
Generating bit mask at compile time
Sep 21, 2025
c++
bit-manipulation
constexpr
Can I detect an integer type without listing all of them as template specializations?
Sep 20, 2025
c++
c++17
constexpr
Is there a standard way to keep the result of a constexpr std::string function?
Sep 20, 2025
c++
c++20
constexpr
std::source_location - filename only, not full path - compile-time substring?
Sep 19, 2025
c++
string
constexpr
compile-time
« Newer Entries
Older Entries »