Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::Count Struct Reference

Component: A generic count value. More...

#include <rerun/components/count.hpp>

Public Member Functions

 Count (rerun::datatypes::UInt64 value_)
 
Countoperator= (rerun::datatypes::UInt64 value_)
 
 Count (uint64_t value_)
 
Countoperator= (uint64_t value_)
 
 operator rerun::datatypes::UInt64 () const
 Cast to the underlying UInt64 datatype.
 

Public Attributes

rerun::datatypes::UInt64 value
 

Detailed Description

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.


The documentation for this struct was generated from the following file: