Template Function brille::cat(const brille::ind_t, const BA<R>&, const LV<T>&)

Function Documentation

Warning

doxygenfunction: Unable to resolve multiple matches for function “brille::cat” with arguments (const brille::ind_t, const BA<R>&, const LV<T>&) in doxygen xml output for project “brille” from directory: _build/doxygenxml/. Potential matches:

- template<class T, class R, template<class> class A, class S = std::common_type_t<T, R>, class ...Args> std::enable_if_t<bothArrays<T, A, R, A>, A<S>> cat(const brille::ind_t dim, const A<T> &a, const A<R> &b, Args... args)
- template<class T, class R, template<class> class L, class S = std::common_type_t<T, R>> std::enable_if_t<bareArrays<T, L, R, L>, L<S>> cat(const brille::ind_t dim, const L<T> &a, const L<R> &b)
- template<class T, class R, template<class> class L, class S = std::common_type_t<T, R>> std::enable_if_t<bothLatVecs<T, L, R, L>, L<S>> cat(const brille::ind_t dim, const L<T> &a, const L<R> &b)
- template<class T, class R, template<class> class LV, template<class> class BA, class S = std::common_type_t<T, R>> std::enable_if_t<(isLatVec<T, LV> && isBareArray<R, BA>), BA<S>> cat(const brille::ind_t dim, const BA<R> &a, const LV<T> &b)
- template<class T, class R, template<class> class LV, template<class> class BA, class S = std::common_type_t<T, R>> std::enable_if_t<(isLatVec<T, LV> && isBareArray<R, BA>), BA<S>> cat(const brille::ind_t dim, const LV<T> &a, const BA<R> &b)