| ivutils
    | 
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. | |
Helper struct to initialize method of FixList.
It calls item=Item(args...) to initialize item. 
| 
 | inlinestatic | 
Method describing the item initialization.
| T | item type | 
| InitArgs | initialization arguments | 
| item | is the item to initialize | 
| args | args to initialize item with |