Template Struct ForEachElement
Defined in File for_each_element.hpp
Struct Documentation
-
template<template<typename Element> typename T>
struct ForEachElement borrowed from https://github.com/ebu/libadm/pull/155
store a value for each top-level element type, with access by type
the value is given by the template T, so that get<AudioProgramme>() returns a T<AudioProgramme>, for example