#include "tensorstore/context.h"
autotensorstore::Context::Resource<Provider>::get() const noexcept;
autotensorstore::Context::Resource<Provider>::operator->()
   
 const noexcept;
autotensorstore::Context::Resource<Provider>::operator*()
   
 const noexcept;

Returns a pointer to the resource object of type Provider::Resource, or nullptr if no resource is bound.