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

Element pointer type of a dense object, mutable flavour. More...

#include <adaptors.hpp>

Public Types

using type = decltype(std::declval<T&>().data())
 pointer type returned by data()
 

Detailed Description

template<typename T, bool = has_pair_data<T>::value>
struct tdls::detail::mutable_data_pointer< T, bool >

Element pointer type of a dense object, mutable flavour.


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