ivutils
Loading...
Searching...
No Matches
InitMehtod Struct Reference

Helper struct to initialize method of FixList. More...

#include <ctlist.h>

Static Public Member Functions

template<typename T , typename ... InitArgs>
static auto init (T &item, InitArgs &&... args)
 Method describing the item initialization.
 

Detailed Description

Helper struct to initialize method of FixList.

It calls item.init(args...) to initialize item.

Member Function Documentation

◆ init()

template<typename T , typename ... InitArgs>
static auto InitMehtod::init ( T &  item,
InitArgs &&...  args 
)
inlinestatic

Method describing the item initialization.

Template Parameters
Titem type
InitArgsinitialization arguments
Parameters
itemis the item to initialize
argsargs to initialize item with
Returns
init function return

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