-
#include "tensorstore/context.h"
- auto* tensorstore::Context::Resource<Provider>::get() const noexcept;
-
auto* tensorstore::Context::Resource<Provider>::operator->()
const noexcept; -
auto& tensorstore::Context::Resource<Provider>::operator*()
const noexcept; Returns a pointer to the resource object of type
Provider::Resource
, ornullptr
if no resource is bound.