Skip to content
  • Thursday, March 23, 2023

Main Funda

Exploring Basic Concepts

  • Home
  • C++11 and above
  • OOP Posts
  • Standard C++
  • C++ Templates
  • Design Patterns
  • Home
  • forward

Tag: forward

C++11 and above

What is move constructor and why it take r-value?

January 19, 2021
Vaibhav
367 Comments

Since, C++11, apart from existing compiler generated functions 2 more special functions are generated , these…

C++11 and above

What is C++ reference collapsing, how it works?

January 19, 2021
Vaibhav
3,361 Comments

With these c++ reference combinations, the compiler follows certain rules to collapse references to references and…

C++11 and above

How std forward( ) converts to r-value in c++?

January 19, 2021
Vaibhav
13,015 Comments

Just like, std::move( ), std::forward( ) also casts its argument (to R-value), however, unlike move( )…

C++11 and above

std move () : How this template function works?

January 19, 2021
Vaibhav
3,961 Comments

The std::move( ) is a function template which perform static casts. The std::move( ) unconditionally casts…

Recent Posts

  • Vector in C++: STL Containers
  • Dependency Inversion Principle: SOLID Design Principles
  • Interface Segregation Principle: SOLID Design Principles
  • Liskov’s Substitution Principle: SOLID Design Principles
  • Open Closed Principle -SOLID design principles

Archives

  • August 2021
  • July 2021
  • June 2021
  • March 2021
  • February 2021
  • January 2021
  • December 2020

Categories

  • C++ Templates
  • C++11 and above
  • Design Patterns
  • OOP Posts
  • Special C++ Posts
  • Standard C++

Pages

  • About Us – mainfunda.com
  • Contact Us
  • Privacy Policy
  • Terms and Conditions

Advanced

C++11 and above

Vector in C++: STL Containers

August 28, 2021
Deepti
C++ Templates C++11 and above

Fold Expressions in C++ 17

July 11, 2021
Vaibhav
C++11 and above

File Handling in C++17 (Part-I) : Basic Concepts

July 5, 2021
Vaibhav
C++11 and above

File Handling in C++ 17 (Part-II) : Filesystem Path Operations

July 5, 2021
Vaibhav
Copyright © 2023 Main Funda
Privacy Policy
About | Contact | Terms and Conditions