Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in c++14

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?

Clang vs. GCC when static_cast'ing to a move-only type

example usage of xt::where for xtensor C++

numpy c++14 xtensor

Exception class copy constructor

c++ c++14 custom-exceptions

Deleted implicitly-declared copy assignment operator

Does reinterpret_cast with uint8_t break the Strict Aliasing Rule?

c++ c++14 strict-aliasing

result_of for member object with cv-qualified argument