vSMC
vSMC: Scalable Monte Carlo
Public Types | List of all members
vsmc::cxx11::internal::add_const_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_const<T>::value>
struct vsmc::cxx11::internal::add_const_impl< T, bool >

Definition at line 793 of file type_traits.hpp.

Member Typedef Documentation

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

Definition at line 793 of file type_traits.hpp.