Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++17

Can I pattern-match a type without writing a custom trait class?

Get function arguments type as tuple

constructing string from NULL?

c++ string c++17

How to construct a type trait that can tell if one type's private methods can be called in another type's constructor?

c++ templates c++17 typetraits

how to make argument deduction work for derived class which using base class constructor?

c++ c++17 c++20

Will template parameter deduction for constructors available since C++17 allow explicitly specify some of the class template arguments?

Structured bindings width

Template template partial specialization only working with -std=c++1z with g++

c++ templates g++ c++17 clang++

structured binding with existing vars not possible?

Template argument deduction for class templates in C++17: am I doing it wrong?

c++ templates g++ c++17

Wrap pattern std::begin; return begin(c); into a function

c++ c++11 c++14 c++17

C++11/14/17, GCC 7 vs GCC 8: Name lookup for friend class templates

c++ gcc standards c++17

Is it possible to use explicit register variables in GCC with C++17?

standard template for returning a value with a boolean result flag

Template template class predicate not working in partial specialization

Forward a template auto

c++ templates c++17 typetraits

Copy templated function argument in Eigen

Why is there no 'aligned_realloc' on most platforms?

Uniform vs legacy initialisation producing different compilation results

Forwarding template taking precedence over overload

c++ language-lawyer c++17