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
Static Public Member Functions | List of all members
ndarray::detail::DefaultValue< T, isArithmetic > Struct Template Reference

#include <Vector.h>

Static Public Member Functions

static T get ()
 

Detailed Description

template<typename T, bool isArithmetic = boost::is_arithmetic<T>::value>
struct ndarray::detail::DefaultValue< T, isArithmetic >

Definition at line 64 of file Vector.h.

Member Function Documentation

template<typename T , bool isArithmetic = boost::is_arithmetic<T>::value>
static T ndarray::detail::DefaultValue< T, isArithmetic >::get ( )
inlinestatic

Definition at line 65 of file Vector.h.

65 { return T(); }

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