GeNN  4.0.0
GPU enhanced Neuronal Networks (GeNN)
Snippet::Base::DerivedParam Struct Reference

A derived parameter has a name and a function for obtaining its value. More...

#include <snippet.h>

Public Attributes

std::string name
 
std::function< double(const std::vector< double > &, double)> func
 

Detailed Description

A derived parameter has a name and a function for obtaining its value.

Member Data Documentation

◆ func

std::function<double(const std::vector<double> &, double)> Snippet::Base::DerivedParam::func

◆ name

std::string Snippet::Base::DerivedParam::name

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