CUB_VERSION#
-
CUB_VERSION#
The preprocessor macro
CUB_VERSIONencodes the version number of the CUB library as MMMmmmpp.Note
CUB_VERSION is formatted as
MMMmmmpp, which differs fromCCCL_VERSIONthat usesMMMmmmppp.<tt>CUB_VERSION % 100</tt> is the sub-minor version. <tt>CUB_VERSION / 100 % 1000</tt> is the minor version. <tt>CUB_VERSION / 100000</tt> is the major version.