#include <span.h>
template<detail::ptrdiff_t Extent, detail::ptrdiff_t Offset, detail::ptrdiff_t Count>
struct xgboost::common::detail::ExtentValue< Extent, Offset, Count >
The extent E of the span returned by subspan is determined as follows:
- If Count is not dynamic_extent, Count;
- Otherwise, if Extent is not dynamic_extent, Extent - Offset;
- Otherwise, dynamic_extent.
The documentation for this struct was generated from the following file: