vSMC
vSMC: Scalable Monte Carlo
Public Types | List of all members
vsmc::cxx11::internal::add_volatile_impl< T, bool > Struct Template Reference

#include <vsmc/cxx11/type_traits.hpp>

Public Types

typedef T type
 

Detailed Description

template<typename T, bool = is_reference<T>::value || is_function<T>::value || is_volatile<T>::value>
struct vsmc::cxx11::internal::add_volatile_impl< T, bool >

Definition at line 807 of file type_traits.hpp.

Member Typedef Documentation

template<typename T, bool = is_reference<T>::value || is_function<T>::value || is_volatile<T>::value>
typedef T vsmc::cxx11::internal::add_volatile_impl< T, bool >::type

Definition at line 807 of file type_traits.hpp.