vSMC
vSMC: Scalable Monte Carlo
|
#include <vsmc/cxx11/type_traits.hpp>
Public Types | |
typedef integral_constant< T, v > | type |
typedef T | value_type |
Public Member Functions | |
constexpr | operator value_type () const noexcept |
constexpr value_type | operator() () const noexcept |
Static Public Attributes | |
static constexpr const T | value = v |
Definition at line 108 of file type_traits.hpp.
typedef integral_constant<T, v> vsmc::cxx11::integral_constant< T, v >::type |
Definition at line 240 of file type_traits.hpp.
typedef T vsmc::cxx11::integral_constant< T, v >::value_type |
Definition at line 239 of file type_traits.hpp.
|
inlinenoexcept |
Definition at line 242 of file type_traits.hpp.
|
inlinenoexcept |
Definition at line 243 of file type_traits.hpp.
|
static |
Definition at line 241 of file type_traits.hpp.