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

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

#include <ctlist.h>

Static Public Member Functions

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

Detailed Description

Helper struct to initialize method of FixList.

It calls item=Item(args...) to initialize item.

Member Function Documentation

◆ init()

template<typename T , typename ... InitArgs>
static void CopyConstruct::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

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