Rerun C++ SDK
|
True type if a given type is iterable and has a size (has begin
and end
implemented).
More...
#include <rerun/type_traits.hpp>
True type if a given type is iterable and has a size (has begin
and end
implemented).
Makes no restrictions on the type returned by begin
/end
.