Turi Create  4.0
turi::sframe_impl::is_sarray_like< T, DecayedT, Iterator > Struct Template Reference

#include <core/storage/sframe_data/is_sarray_like.hpp>

Detailed Description

template<typename T, typename DecayedT = typename std::decay<T>::type, typename Iterator = typename DecayedT::iterator>
struct turi::sframe_impl::is_sarray_like< T, DecayedT, Iterator >

is_sarray_like<T>::value is true if T inherits from swriter_base and has a get_reader() function implemented which returns an std::unique_ptr<T::reader_type>

Definition at line 32 of file is_sarray_like.hpp.


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