TextInterface::GetParserPolicy
operator()()
Policy for getting a Parser for an object.
Specialize this template to customize the behaviour for different types
C – type of object for which a Parser is obtained
Get – pointer to function that returns a pointer to a Parser, given a pointer to an object of type C
Public Functions
Function call operator returns a pointer to a Parser.
ptr – pointer to object of template argument type C
func – pointer to function of template argument type Get
pointer to Parser