Builder for the time semantic applied to a payload entry.
Specifies the time domain of a timestamp payload entry. The domain is either a user-registered identifier or one of the predefined NVTX_TIMESTAMP_TYPE_* constants.
Definition at line 4065 of file nvtx3.hpp.
template<typename OtherDataType >
| nvtx3::v1::mv2::time_semantic::time_semantic |
( |
detail::semantic_base< OtherDataType > const & |
next | ) |
|
|
inlineexplicit |
Construct a time semantic that chains to another semantic builder.
Convenience overload of the header-pointer constructor that accepts a sibling semantic builder object directly. The referenced builder is copied into this object.
- Template Parameters
-
| OtherDataType | Underlying C struct type of the other semantic. |
- Parameters
-
| next | The semantic builder to chain after this one. |
Definition at line 4101 of file nvtx3.hpp.