TDLS 0.2.0
Tiny Device-callable Linear Solvers
Loading...
Searching...
No Matches
tdls::detail::has_pair_data< T, typename > Struct Template Reference

Detects a data() member returning a (pointer, stride) pair: the shape of strided views, whose data pointer must not be mistaken for contiguous storage. More...

#include <adaptors.hpp>

Inheritance diagram for tdls::detail::has_pair_data< T, typename >:
[legend]
Collaboration diagram for tdls::detail::has_pair_data< T, typename >:
[legend]

Detailed Description

template<typename T, typename = void>
struct tdls::detail::has_pair_data< T, typename >

Detects a data() member returning a (pointer, stride) pair: the shape of strided views, whose data pointer must not be mistaken for contiguous storage.


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