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
Initialize static std::map with non copyable value in a uniformed inline initialization
Sep 06, 2022
c++
c++17
static-initialization
noncopyable
Passing lambda as template parameter to templated by function-pointer function
Apr 21, 2022
templates
c++11
lambda
c++14
c++17
Ok to use std::getline() with a moved-from std::string?
Oct 03, 2018
c++
c++11
stl
c++14
c++17
When explicitly initializing std::optional's, should I use nullopt? [closed]
Nov 11, 2022
c++
optional
c++17
idioms
Enum class initialization with int
Apr 26, 2022
c++
enums
initialization
c++17
Member initializer list: initialize two members from a function returning a tuple
Feb 17, 2022
c++
tuples
c++14
c++17
initialization-list
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
« Newer Entries
Older Entries »