Template:cpp/execution/cpo
From cppreference.com
Customization point objects
The name execution::cpo
denotes a customization point object, which is a const function object of a literal semiregular
class type. The cv-unqualified version of its type is a tag type denoted as execution::cpo_t
. See CustomizationPointObject for details.