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
How to unpack std::tuple from C++ template?
Jun 10, 2022
c++
templates
tuples
c++17
Passing array element to template
Sep 27, 2022
c++
arrays
templates
c++17
Templated constexpr variable [duplicate]
Oct 01, 2022
c++
templates
c++17
constexpr
How can `f();` be a declaration below?
Sep 14, 2022
c++
language-lawyer
declaration
c++17
What's the point of "The World's Dumbest Smart Pointer?" [duplicate]
Sep 15, 2022
c++
smart-pointers
c++17
Is constexpr if with initializer guaranteed by the standard? 'constexpr(constexpr auto x = f(); x) { }'
Nov 01, 2022
c++
clang
constexpr
c++17
Detect whether operator exists and callable in c++ (considering static_asserts)
Jun 15, 2022
c++
template-meta-programming
sfinae
c++17
Why does "std::async" not work as expected?
Mar 17, 2019
c++
lambda
std
c++17
Inheritance and is_detected_v provides a strange result (C++17)
Jan 29, 2022
c++
templates
c++17
Does guaranteed copy elision work with function parameters?
Aug 31, 2022
c++
copy-constructor
c++17
object-lifetime
copy-elision
Call non constexpr from constexpr template function
Oct 18, 2022
c++
templates
gcc
constexpr
c++17
c++17 making std::variant by generating cartesian product of pre-declared lists of types
May 17, 2021
c++
templates
variadic-templates
c++17
template-meta-programming
Why is this direct initialization valid? (C++ 17)
Sep 08, 2022
c++
initialization
language-lawyer
c++17
Initialize a C++ struct like an array of unknown bound at compile time
Jun 10, 2022
c++
templates
c++17
variadic-templates
How to get non-member get<N> to work for custom class in a namespace [C++17]
Mar 08, 2022
c++
std
c++17
stdtuple
Clang claims constexpr member of generic lambda argument is not constexpr
Jun 10, 2022
c++
c++17
variant
generic-lambda
Why does enable_if<>* = nullptr work when enable_if<> = void doesn't?
Nov 05, 2022
c++
templates
c++17
enable-if
Most efficient safe way to cast std::map<int, std::shared_ptr<Base>> to std::map<int, std::shared_ptr<Derived>>
Dec 21, 2021
c++
casting
c++17
shared-ptr
Default constructor expression and lvalues
Sep 05, 2022
c++
language-lawyer
c++17
rvalue
copy-assignment
Compile-Time Base64 Decoding in C++
Nov 02, 2022
c++
c++17
constexpr
compile-time
« Newer Entries
Older Entries »