ATLAS Offline Software
Static Public Attributes | List of all members
H5Utils::internal::CheckType< N, T, I, typename > Struct Template Reference

#include <Writer.h>

Collaboration diagram for H5Utils::internal::CheckType< N, T, I, typename >:

Static Public Attributes

static const bool ok_type = std::is_convertible<T,I>::value
 
static const bool any_type = ok_type
 
static const int depth = 0
 

Detailed Description

template<size_t N, typename T, typename I, typename = void>
struct H5Utils::internal::CheckType< N, T, I, typename >

Definition at line 195 of file Writer.h.

Member Data Documentation

◆ any_type

template<size_t N, typename T , typename I , typename = void>
const bool H5Utils::internal::CheckType< N, T, I, typename >::any_type = ok_type
static

Definition at line 197 of file Writer.h.

◆ depth

template<size_t N, typename T , typename I , typename = void>
const int H5Utils::internal::CheckType< N, T, I, typename >::depth = 0
static

Definition at line 198 of file Writer.h.

◆ ok_type

template<size_t N, typename T , typename I , typename = void>
const bool H5Utils::internal::CheckType< N, T, I, typename >::ok_type = std::is_convertible<T,I>::value
static

Definition at line 196 of file Writer.h.


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