vSMC
vSMC: Scalable Monte Carlo
Classes | Typedefs

Arrays. More...

Classes

struct  vsmc::cxx11::remove_all_extents< T >
 
struct  vsmc::cxx11::remove_all_extents< T[]>
 
struct  vsmc::cxx11::remove_all_extents< T[N]>
 
struct  vsmc::cxx11::remove_extent< T >
 
struct  vsmc::cxx11::remove_extent< T[]>
 
struct  vsmc::cxx11::remove_extent< T[N]>
 

Typedefs

template<typename T >
using vsmc::cxx11::remove_all_extents_t = typename remove_all_extents< T >::type
 
template<typename T >
using vsmc::cxx11::remove_extent_t = typename remove_extent< T >::type
 

Detailed Description

Arrays.

Typedef Documentation

template<typename T >
using vsmc::cxx11::remove_all_extents_t = typedef typename remove_all_extents<T>::type

Definition at line 1039 of file type_traits.hpp.

template<typename T >
using vsmc::cxx11::remove_extent_t = typedef typename remove_extent<T>::type

Definition at line 1028 of file type_traits.hpp.