cub::ValueCache

Defined in /home/runner/work/cccl/cccl/cub/cub/util_device.cuh

template<typename T, T (*Function)()>
struct ValueCache

Cache for an arbitrary value produced by a nullary function.

Public Functions

inline ValueCache()

Call the nullary function to produce the value and construct the cache.

Public Members

T const value