template<class T, class A>
class ivl::array_details::scalar_to_array< T, A >
Converts a scalar to an array of type A with repeated value of the scalar. However, if A is array<array<T> > only the outer container is kept, making it an array<T>.
The documentation for this class was generated from the following file: