struct Gambit::variadic_ptr

Type redefinition to get around icc compiler bugs. More…

#include <functors.hpp>

Public Types

Name
typedef TYPE(*)(ARGS…,…)type

Detailed Description

template <typename TYPE ,
typename... ARGS>
struct Gambit::variadic_ptr;

Type redefinition to get around icc compiler bugs.

Public Types Documentation

typedef type

typedef TYPE(* Gambit::variadic_ptr< TYPE, ARGS >::type) (ARGS...,...);

Updated on 2023-06-26 at 21:36:51 +0000