FCF 2.0 development in progress...
> > > >
[News] [C++ Libraries API] [C++ Downloads] [Donate to the project] [Contacts]

fcf::SpecifierInfo class

Type:
class fcf::SpecifierInfo

Package: fcfBasis

File: bits/PartSpecifier/SpecifierInfo.hpp

Available from version: 1.0.1

Structure containing information about a specifier operator

This structure stores pointers to functions used to perform the specifier's operations, supporting both specialized and general-purpose calling mechanisms.

Properties
void* call
- A pointer to a specialized function that performs the action of the specifier.
fcf::UniversalCall universalCall
- Universal call function wrapper that performs the action of the specifier.