Symmetric Polynomials  V3.1
A C++ library for generating symmetric polynomials with relations
ArrayVectorWrapper< T, N > Struct Template Reference

Wrapping array and vector in the same interface. More...

Inheritance diagram for ArrayVectorWrapper< T, N >:
[legend]

Detailed Description

template<class T, size_t N = 0>
struct symmp::ArrayVectorWrapper< T, N >

Wrapping array and vector in the same interface.

Template Parameters
TThe value type of the array/vector
NThe size if it's an array or 0 if it's a vector

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