Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

array_view alternative for maps, sets, etc

Filtering a tuple with an integer_sequence

c++ c++11 c++14

Type conversion at template non-type argument without constexpr

c++ templates gcc clang c++14

How do I get this recursive rule to work?

Using suffixes without std::literals

c++ language-lawyer c++14

deducing a tuple's types

Composable C++ Function Decorators

How to create functor that wraps lambda with captured variable?

c++ lambda c++14 functor

Local static variable shared between all instantiations of a generic lambda expression

c++ lambda c++14

Building with Buck on Travis servers

c++ github c++14 travis-ci buck

Why is this template parameter not deducible?

Use std::vector for std::array initialization

Constexpr implicitly declared functions

Memory allocation with reference variable in C++

Const and non-const version and inheritance

Forwards and return type(s) in functional-like reduce function

How to std::forward( *this )

c++ c++14

c++ decltype(auto) or decltype(std::forward<T>(value))?

c++ c++14 auto decltype

Extract outer class type from inner class instance passed to template function

c++ c++11 templates c++14 traits

Is the compiler generated constructor constexpr by default?