OGS
IndexValueVector.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <vector>
14
15
namespace
NumLib
16
{
17
template
<
typename
IndexType>
18
struct
IndexValueVector final
19
{
20
std::vector<IndexType>
ids
;
21
std::vector<double>
values
;
22
};
23
24
}
// namespace NumLib
NumLib
Definition
ProjectData.h:46
NumLib::IndexValueVector::ids
std::vector< IndexType > ids
Definition
IndexValueVector.h:20
NumLib::IndexValueVector::values
std::vector< double > values
Definition
IndexValueVector.h:21
NumLib
IndexValueVector.h
Generated by
1.12.0