ampsci
High-precision calculations for one- and two-valence atomic systems
IO::IsArray< T >

ok

template<typename T>
struct IO::IsArray< T >

Compile-time trait: IsArray<T>::v is true if T is std::array. IsArray<T>::t is the element type; IsArray<T>::size is the extent.

#include <InputBlock.hpp>

Public Types

using t = T
 

Static Public Attributes

static constexpr bool v = false
 
static constexpr std::size_t size = 0
 

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