OGS
ProcessLib::Graph::detail::GetFunctionArgumentTypesPlain< Result(*)(Args...)> Struct Template Reference

Detailed Description

template<typename Result, typename... Args>
struct ProcessLib::Graph::detail::GetFunctionArgumentTypesPlain< Result(*)(Args...)>

Definition at line 42 of file Apply.h.

#include <Apply.h>

Public Types

using type = boost::mp11::mp_list<std::remove_cvref_t<Args>...>
 

Member Typedef Documentation

◆ type

template<typename Result , typename... Args>
using ProcessLib::Graph::detail::GetFunctionArgumentTypesPlain< Result(*)(Args...)>::type = boost::mp11::mp_list<std::remove_cvref_t<Args>...>

Definition at line 44 of file Apply.h.


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