thrust::compile_time_value#

template<auto Value>
struct compile_time_value#

Holds a compile-time value.

Public Static Attributes

static constexpr decltype(Value) value = Value#