|
vSMC
vSMC: Scalable Monte Carlo
|
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 |
Arrays.
| using vsmc::cxx11::remove_all_extents_t = typedef typename remove_all_extents<T>::type |
Definition at line 1039 of file type_traits.hpp.
| using vsmc::cxx11::remove_extent_t = typedef typename remove_extent<T>::type |
Definition at line 1028 of file type_traits.hpp.
1.8.9.1