HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
v1::enable_group_ptr< T, Proto > Class Template Reference

Detailed Description

template<typename T, typename... Proto>
class v1::enable_group_ptr< T, Proto >

Enable a class to be used in a group_ptr.

This class has the following public function:

notify_group_ptr(...) will call the callback with the prototype Proto that has been registered with the each group_ptr that point to this.

Note
It is undefined behavior to specialize this template.
Template Parameters
TThe type of the derived class.
Protothe optional prototype of the callback function that is registered with the group_ptr in the form: void(...). If not specified the default void() is used.

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