Search⌘ K

Introduction

Understand how to apply proxy objects and lazy evaluation in C++ to delay execution until needed. Learn to optimize performance by avoiding redundant calculations while maintaining clear and usable interfaces. This lesson guides you through using operator overloading effectively with proxy objects to enhance your code’s efficiency.

We'll cover the following...

In this chapter, you will learn how to use proxy objects and lazy evaluation in order to ...