#ifndef RFL_INTERNAL_FIELDS_HPP_ #define RFL_INTERNAL_FIELDS_HPP_ #include #include #include #include #include namespace rfl { namespace internal { template struct Fields { std::array names_; std::unordered_map indices_; }; } // namespace internal } // namespace rfl #endif