Search code examples
concatenate string_views in constexpr...

c++c++17constexprstring-view

Read More
Function template correct definition for forward reference to an array and type of element...

c++c++17sfinaeforwarding-reference

Read More
Why this parallel for_each mentioned in n4507 may lead to a deadlock, with a spin-wait in the loop b...

c++multithreadingc++17

Read More
Why does indexing with an array of negative indexes in Eigen not raise an assertion error?...

c++c++17eigeneigen3

Read More
How to convert a tuple of types to a tuple of class template instantiations, using the tuple types a...

c++c++17template-meta-programming

Read More
Retrieve value out of "cascading ifs" fold expression...

c++c++17foldfold-expression

Read More
Move constructor called twice when move-constructing a std::function from a lambda that has by-value...

c++lambdac++17move-semanticsstd-function

Read More
operator<< overload not selected for rvalue std::ostringstream and std::unique_ptr...

c++c++17operator-overloadingunique-ptrostringstream

Read More
Need help understanding variadic 'using' declarations...

c++c++17variadic-templates

Read More
C++17 Are non-static POD class members initialized with curly braces {} set to 0?...

c++c++17language-lawyerctor-initializervalue-initialization

Read More
How to check at compile time for the existence of a global-scope function accepting given argument t...

c++c++17sfinaeargument-dependent-lookupglobal-scope

Read More
Why Does Disabling Non-Mandatory Copy Elision Result in Different Behaviors Before and After C++17...

c++c++11c++17copy-elisionnrvo

Read More
C++: Copy STL container to STL container using lambda...

c++lambdaconstructoriteratorc++17

Read More
I’d like to understand why this code runs so slowly...

c++17time-complexity

Read More
Can I have a std::optional<T> if T is neither constructible nor copyable nor movable?...

c++c++17stdoptional

Read More
decoder.ptr was nullptr CreateDesktopWindowTarget - IDesktopWindowTarget...

winapic++17windows-11c++-winrt

Read More
Is there a way to create a stringstream from a string_view without copying data?...

c++c++17stringstream

Read More
How can I resize frameless window in QML?...

c++qtqmlc++17qt6

Read More
is optional<void> type name valid?...

c++c++17language-lawyer

Read More
Implementation of string_view formatted stream ouput...

c++c++17string-view

Read More
Const reference: variable used in loop condition not modified in loop body...

c++c++17

Read More
experimental::filesystem linker error...

c++gccc++17

Read More
NLOpt vector-valued inequality constraint function signature in C++...

c++c++17nonlinear-optimizationnlopt

Read More
std::integer_sequence in a lambda before C++20...

c++c++17c++20template-meta-programming

Read More
Is copy elision mandatory (if allowed at all) in the ternary operator?...

c++c++17language-lawyercopy-elision

Read More
When an aggregate inherits from an aggregate, is there risk of object slicing or memory leaks?...

c++inheritancec++17aggregate

Read More
ExprTk custom lambda function and default arguments...

lambdac++17exprtk

Read More
Is there a simple way to make the units of a std::chrono::duration configurable?...

boostc++17metaprogrammingc++-chrono

Read More
Error in aggregate initialization in assignment for a struct with an array data member...

c++gccc++17

Read More
Building a predicate out of a predicate for nested containers...

c++c++17

Read More
BackNext