LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Public Member Functions | List of all members
ndarray::detail::Initializer< N, Derived > Class Template Reference

#include <initialization.h>

Public Member Functions

template<typename T , int C>
 operator Array< T, N, C > () const
 
template<typename T , int C>
 operator ArrayRef< T, N, C > () const
 

Detailed Description

template<int N, typename Derived>
class ndarray::detail::Initializer< N, Derived >

Definition at line 39 of file initialization.h.

Member Function Documentation

template<int N, typename Derived>
template<typename T , int C>
ndarray::detail::Initializer< N, Derived >::operator Array< T, N, C > ( ) const
inline

Definition at line 43 of file initialization.h.

43  {
44  return static_cast<Derived const *>(this)->template apply< Array<T,N,C> >();
45  }
template<int N, typename Derived>
template<typename T , int C>
ndarray::detail::Initializer< N, Derived >::operator ArrayRef< T, N, C > ( ) const
inline

Definition at line 48 of file initialization.h.

48  {
49  return static_cast<Derived const *>(this)->template apply< ArrayRef<T,N,C> >();
50  }

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