![]() |
smgl 0.11.0
Structured Metadata Engine and Graph Objects Library
|
Helper class for calling function iteratively on parameter pack. More...
#include <smgl/Utilities.hpp>
Public Member Functions | |
| template<typename... T> | |
| ExpandType (T &&...) | |
Helper class for calling function iteratively on parameter pack.
Used until C++17, which includes parameter pack folding. See: https://stackoverflow.com/a/17340003
Definition at line 37 of file Utilities.hpp.
|
explicit |
Constructor
Definition at line 13 of file UtilitiesImpl.hpp.