NEURON
Data< T > Struct Template Reference

#include <have2want.hpp>

Public Attributes

std::vector< T > data {}
 
std::vector< int > cnt {}
 
std::vector< int > displ {}
 

Detailed Description

template<typename T>
struct Data< T >

Definition at line 38 of file have2want.hpp.

Member Data Documentation

◆ cnt

template<typename T >
std::vector<int> Data< T >::cnt {}

Definition at line 40 of file have2want.hpp.

◆ data

template<typename T >
std::vector<T> Data< T >::data {}

Definition at line 39 of file have2want.hpp.

◆ displ

template<typename T >
std::vector<int> Data< T >::displ {}

Definition at line 41 of file have2want.hpp.


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