// // Copyright (C) 2011-15 DyND Developers // BSD 2-Clause License, see LICENSE.txt // #pragma once #include namespace dynd { namespace nd { extern DYND_API struct DYND_API field_access : declfunc { static callable make(); static callable &get(); } field_access; extern DYND_API nd::callable make_field_access_kernel(const ndt::type &dt, const std::string &name); } // namespace dynd::nd } // namespace dynd