gambit is hosted by Hepforge, IPPP Durham
GAMBIT  v1.5.0-2191-ga4742ac
a Global And Modular Bsm Inference Tool
Gambit::variadic_ptr< TYPE, ARGS > Struct Template Reference

Type redefinition to get around icc compiler bugs. More...

#include <functors.hpp>

Inheritance diagram for Gambit::variadic_ptr< TYPE, ARGS >:

Public Types

typedef TYPE(* type) (ARGS...,...)
 

Detailed Description

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

Type redefinition to get around icc compiler bugs.

Definition at line 73 of file functors.hpp.

Member Typedef Documentation

◆ type

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

Definition at line 73 of file functors.hpp.


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