MCPcopy Create free account
hub / github.com/EasyRPG/Player / MakeSvArray

Function MakeSvArray

src/utils.h:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387 */
388 template <typename D = void, typename... Types>
389 constexpr auto MakeSvArray(Types&& ... t) {
390 return MakeArray<std::string_view>(std::forward<Types>(t)...);
391 }
392
393 /**
394 * Create a std::vector from the given parameters, automatically deducing the type.

Callers 15

filefinder.hFile · 0.85
OnIndexReadyMethod · 0.85
PushWithSubjectMethod · 0.85
SelectLanguageMethod · 0.85
Game_ConfigPlayerClass · 0.85
Game_ConfigVideoClass · 0.85
CommandShowInnMethod · 0.85
Window_SettingsClass · 0.85
GetLevelUpMessageFunction · 0.85
GetLearningMessageFunction · 0.85
GetStateMessageFunction · 0.85
GetActionFailureMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected