swift
swift::misc::CSlot< F > Class Template Reference

Callable wrapper for a member function with function signature F. More...

Detailed Description

template<typename F>
class swift::misc::CSlot< F >

Callable wrapper for a member function with function signature F.

General template, not implemented; the partial specialization for function signatures is what does the actual work (similar to how std::function is defined).

Definition at line 62 of file slot.h.


The documentation for this class was generated from the following file: