https://github.com/excessphase/make_lazy
https://github.com/excessphase/make_lazy
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/excessphase/make_lazy
- Owner: ExcessPhase
- License: mit
- Created: 2024-11-07T14:32:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-03-05T14:20:33.000Z (over 1 year ago)
- Last Synced: 2025-03-05T15:27:49.093Z (over 1 year ago)
- Language: C++
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a way to create an object and initialize it only when needed from the passed lambda function.
**Author**: Peter Foelsche |
**Date**: October 2024..January 2025 |
**Location**: Austin, TX, USA |
**Email**: [peter_foelsche@outlook.com](mailto:peter_foelsche@outlook.com)
## Introduction
Often I used to have the following problem: I needed to create an object with a scope which differed from the point at which I knew if it was actually needed.
This gave me the idea of make_lazy.