|
Celeritas 0.7.0-dev.170+develop.df22d2a88
|
Traits for extracting underlying type and pointer for __ldg operations. More...
#include <LdgTraits.hh>
Public Types | |
| using | underlying_type = void |
Static Public Member Functions | |
| static CELER_CONSTEXPR_FUNCTION underlying_type const * | data (T const *) |
Traits for extracting underlying type and pointer for __ldg operations.
Specialize this class on the base type, not a const type.