Tuple in C++ | Programming in C++: Tuples are objects that pack elements of -heterogeneous types together in a single object. The object of Tuple
Tag: iliyas
How std::make_tuple makes the task simple to construct tuple of appropriate type?
make_tuple | Programming in C++ This is the continuation of my previous post on std::tuple. Please refer std::tuple before reading this post. Ignore if already
Lambda Functions in C++ | Programming in C++
A lambda expression—often called a lambda—is a convenient way of defining an anonymous function object (a closure) right at the location where it is invoked or passed