vSMC
vSMC: Scalable Monte Carlo
Classes | Typedefs

Pointers. More...

Classes

struct  vsmc::cxx11::add_pointer< T >
 
struct  vsmc::cxx11::remove_pointer< T >
 
struct  vsmc::cxx11::remove_pointer< T * >
 
struct  vsmc::cxx11::remove_pointer< T *const >
 
struct  vsmc::cxx11::remove_pointer< T *const volatile >
 
struct  vsmc::cxx11::remove_pointer< T *volatile >
 

Typedefs

template<typename T >
using vsmc::cxx11::add_pointer_t = typename add_pointer< T >::type
 
template<typename T >
using vsmc::cxx11::remove_pointer_t = typename remove_pointer< T >::type
 

Detailed Description

Pointers.

Typedef Documentation

template<typename T >
using vsmc::cxx11::add_pointer_t = typedef typename add_pointer<T>::type

Definition at line 898 of file type_traits.hpp.

template<typename T >
using vsmc::cxx11::remove_pointer_t = typedef typename remove_pointer<T>::type

Definition at line 891 of file type_traits.hpp.