Rerun C++ SDK
Loading...
Searching...
No Matches
datatypes.hpp
1// Deprecated alias for `rerun/encodings.hpp`.
2//
3// `datatypes` was renamed to `encodings` in 0.37, because it clashed with the Arrow `DataType`.
4
5#pragma once
6
7#include "encodings.hpp"
8
9namespace rerun {
10 /// \deprecated Renamed to `rerun::encodings` in 0.37.
11 namespace datatypes = encodings;
12} // namespace rerun
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:26