Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.1 KB

home.md

File metadata and controls

16 lines (11 loc) · 1.1 KB

| Home | Downloads | Examples | Documentation | Sources | Project | Gammasoft | Contact | Website |

delegates

delegates

  • Single and multicast delegate
  • event, event_args and event_handler are base classes for eventing.
  • action represents a delegate that has variable parameters and does not return a value.
  • func represents a delegate that has variables parameters and returns a value of the type specified by the result_t type.
  • predicate represents a delagate that defines a set of criteria and determines whether the specified object meets those criteria.
  • overload represents class that use to determine one of const and non const overloaded methods.

© 2021 Gammasoft.