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 c++17
Using clang-tidy to check c++17 code
Oct 29, 2022
c++
c++17
clang-tidy
Why are non member static constexpr variables not implicitly inline?
Nov 03, 2022
c++
static
inline
c++17
In C++, how to make a variant that can contain a vector of of same variant?
Sep 14, 2022
c++
vector
c++17
self-reference
std-variant
Why can I not retrieve the index of a variant and use that to get its content?
Nov 08, 2022
c++
c++17
variant
How to remove quotation marks from std::filesystem::path
Sep 13, 2022
c++
c++17
std-filesystem
C++ Default constructor not inherited with "using" when move and copy constructors present
Nov 04, 2022
c++
c++11
constructor
language-lawyer
c++17
Is it possible to static_assert that a lambda is not generic?
Sep 05, 2022
c++
c++17
variadic-templates
template-meta-programming
generic-lambda
std::bind to a std::variant containing multiple std::function types
Oct 15, 2022
c++
c++17
std-function
std-variant
Cast lambda to std::function with parameter pack
Mar 04, 2021
c++
lambda
variadic-templates
c++17
Array class that will accept an braced-init-list and deduce length
Sep 29, 2022
c++
c++17
initializer-list
template-argument-deduction
c++20
If there's an if-constexpr, how come there's no switch-constexpr?
Nov 20, 2022
c++
c++17
c++20
if-constexpr
Why is try_emplace not implemented for std::multimap?
Sep 23, 2022
c++
c++17
Using std::apply with variadic packs
Feb 27, 2022
c++
templates
c++17
stdapply
How can I make this variadic template code shorter using features from C++14 and C++1z?
Jan 15, 2021
c++
c++14
variadic-templates
template-meta-programming
c++17
Can a noexcept function still call a function that throws in C++17?
Oct 30, 2022
c++
exception
function-pointers
c++17
noexcept
while statement with initializer
Apr 23, 2022
c++
scope
initialization
c++17
Why does std::filesystem provide so many non-member functions?
Feb 07, 2020
c++
c++17
boost-filesystem
std-filesystem
Shocked by the strange behavior of unordered_map
Nov 07, 2022
c++
c++14
unordered-map
c++17
Is it possible to get the first type of a parameter pack in a one-liner?
Aug 26, 2022
c++
variadic-templates
c++17
Is object storage allowed to be implicitly or explicitly reused if lifetime ended?
Oct 20, 2022
c++
language-lawyer
lifetime
c++17
« Newer Entries
Older Entries »