TiledArray::detail::TileConstReference< Impl > Class Template Reference
Documentation
template<typename Impl>
class TiledArray::detail::TileConstReference< Impl >
Tensor tile reference.
- Template Parameters
-
Impl The TensorImpl type
Definition at line 141 of file array_impl.h.
Public Member Functions | |
TileConstReference (const Impl *tensor, const typename Impl::ordinal_type index) | |
TileConstReference (const TileConstReference< Impl > &other) | |
TileConstReference (const TileReference< Impl > &other) | |
Impl::future | future () const |
Impl::value_type | get () const |
operator typename Impl::future () const | |
operator typename Impl::value_type () const | |
Friends | |
template<typename , typename > | |
class | ArrayIterator |
Constructor & Destructor Documentation
◆ TileConstReference() [1/3]
template<typename Impl >
|
inline |
Definition at line 153 of file array_impl.h.
◆ TileConstReference() [2/3]
template<typename Impl >
|
inline |
Definition at line 157 of file array_impl.h.
◆ TileConstReference() [3/3]
template<typename Impl >
|
inline |
Definition at line 160 of file array_impl.h.
Member Function Documentation
◆ future()
template<typename Impl >
|
inline |
◆ get()
template<typename Impl >
|
inline |
Definition at line 168 of file array_impl.h.
Here is the call graph for this function:
Here is the caller graph for this function:
◆ operator typename Impl::future()
template<typename Impl >
|
inline |
Definition at line 174 of file array_impl.h.
◆ operator typename Impl::value_type()
template<typename Impl >
|
inline |
Friends And Related Function Documentation
◆ ArrayIterator
Definition at line 144 of file array_impl.h.
The documentation for this class was generated from the following file:
- TiledArray/array_impl.h