Questions
Linux
Laravel
Mysql
Ubuntu
Git
Menu
HTML
CSS
JAVASCRIPT
SQL
PYTHON
PHP
BOOTSTRAP
JAVA
JQUERY
R
React
Kotlin
×
Linux
Laravel
Mysql
Ubuntu
Git
Julius
Julius has asked
6
questions and find answers to
14
problems.
Stats
228
EtPoint
36
Vote count
6
questions
14
answers
About
Julius questions
Iterator equivalent to nested for loops shows 50 % performance breakdown - why?
`constexpr` variable "used in its own initializer": Clang vs. GCC
Julius answers
Initialising constexpr - " illegal initialization of 'constexpr' entity with a non-constant expression"
How can I check type T is among parameter pack Ts...?
Enumerating over a fold expression
How to pass around parameter packs in C++?
How to unroll a for loop using template metaprogramming
How to flatten heterogeneous lists (aka tuples of tuples of ...)
Can I detect at compile time "function arguments" that are compile-time constants
efficient index computation using meta programming
using C++ template programming to extract the field types of an arbitrary structure
Storing the result of pointer subtraction