Customization point object (since C++20) (original) (raw)
From cppreference.com
< cpp | standard library
| Customization point object (C++20) |
|---|
| Exposition-only entities |
| decay-copy(C++11) |
| synth-three-way synth-three-way-result(C++20)(C++20) |
[edit] Explanation
The name cpo denotes a customization point object, which is a const function object of a literal semiregular class type. See CustomizationPointObject for details.
[edit] See also
- RangeAdaptorObject (RAO)
- RangeAdaptorClosureObject (RACO)
Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/standard_library/cpo&oldid=174139"