OpenTTD Source 15.0-RC2
CallbackArgsHelper< void(*const)(Commands, const CommandCost &, Targs...)> Struct Template Reference

Public Types

using Args = std::tuple< std::decay_t< Targs >... >
 

Detailed Description

template<typename... Targs>
struct CallbackArgsHelper< void(*const)(Commands, const CommandCost &, Targs...)>

Definition at line 116 of file network_command.cpp.

Member Typedef Documentation

◆ Args

template<typename... Targs>
using CallbackArgsHelper< void(*const)(Commands, const CommandCost &, Targs...)>::Args = std::tuple<std::decay_t<Targs>...>

Definition at line 117 of file network_command.cpp.


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