Skip to content
Snippets Groups Projects
Commit 9d6fece6 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Store TinyVector Dimension

parent 9ca0ac8c
No related branches found
No related tags found
1 merge request!37Feature/language
......@@ -14,6 +14,7 @@ template <size_t N, typename T = double>
class TinyVector
{
public:
inline static constexpr size_t Dimension = N;
using data_type = T;
private:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment