template<typename CB, bool Fixed, size_t MaxBinds>
MultiCallbackStorage struct

Fixed-capacity storage backend for MultiCallbackMaxBinds slots in a std::array.

Template parameters
CB Callback element type.
MaxBinds Number of pre-allocated slots.