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 2024-07-18 at 13:53:30 +0000