CASM  1.1.0
A Clusters Approach to Statistical Mechanics
CASM::multivector< T > Struct Template Reference

#include <multivector.hh>

Detailed Description

template<typename T>
struct CASM::multivector< T >

Shortcut for multidimensional vector (std::vector< std::vector< ...)

  • multivector<Type>::X<D> is a D-dimensional container of std::vector<T>

Definition at line 26 of file multivector.hh.

Public Types

template<size_t N>
using X = typename multivector_impl::multivector_tmp< T, N >::type
 

Member Typedef Documentation

◆ X

template<typename T >
template<size_t N>
using CASM::multivector< T >::X = typename multivector_impl::multivector_tmp<T, N>::type

Definition at line 28 of file multivector.hh.


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