template<typename encap>
struct enc_num< encap >
Definition at line 12 of file encap_num.hpp.
|
__device__ | enc_num (const encap &ec, unsigned int offset) |
|
template<unsigned int p> |
__device__ auto | get () -> decltype(ec.template get< p >()[offset]) |
|
__device__ unsigned int | getOffset () |
|
◆ enc_num()
template<typename encap >
◆ get()
template<typename encap >
template<unsigned int p>
__device__ auto enc_num< encap >::get |
( |
| ) |
-> decltype(ec.template get<p>()[offset])
|
|
inline |
◆ getOffset()
template<typename encap >
__device__ unsigned int enc_num< encap >::getOffset |
( |
| ) |
|
|
inline |
◆ ec
template<typename encap >
◆ offset
template<typename encap >
unsigned int enc_num< encap >::offset |
The documentation for this struct was generated from the following file: