Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::traits::details::is_iterable< T, typename > Struct Template Reference

False type if a given type is not iterable and has a size (has begin and end). More...

#include <rerun/type_traits.hpp>

Inheritance diagram for rerun::traits::details::is_iterable< T, typename >:

Detailed Description

template<typename T, typename = void>
struct rerun::traits::details::is_iterable< T, typename >

False type if a given type is not iterable and has a size (has begin and end).


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