LSSTApplications  10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
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: