template<class E, class T>
struct mlab::result_impl< E, T >
Note
Since any_of requires a matching ''template <result_content> class T'', we need so split the tiple ''<E, T, result_content>'' in a two-level template, by means of a wrapping struct.
The documentation for this struct was generated from the following file: