Rerun C++ SDK
|
Component: A generic count value. More...
#include <rerun/components/count.hpp>
Public Member Functions | |
Count (rerun::datatypes::UInt64 value_) | |
Count & | operator= (rerun::datatypes::UInt64 value_) |
Count (uint64_t value_) | |
Count & | operator= (uint64_t value_) |
operator rerun::datatypes::UInt64 () const | |
Cast to the underlying UInt64 datatype. | |
Public Attributes | |
rerun::datatypes::UInt64 | value |
Component: A generic count value.
Used for counting various entities like messages, schemas, channels, etc.
⚠ This type is unstable and may change significantly in a way that the data won't be backwards compatible.