.. index:: pair: class; EE::System::FunctionString::View .. _doxid-class_e_e_1_1_system_1_1_function_string_1_1_view: class EE::System::FunctionString::View ====================================== .. toctree:: :hidden: .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include class View { public: // methods std::string_view :target:`getName`() const; bool :target:`isEmpty`() const; template bool :target:`forEachParameter`(Callback&& callback) const; };