> ## Documentation Index
> Fetch the complete documentation index at: https://docs.kinetica.com/llms.txt
> Use this file to discover all available pages before exploring further.

# gpudb::GrantRoleResponse

> gpudb::GrantRoleResponse — Kinetica C++ API

<div className="kinetica-doxygen">
  <div className="contents">
    <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ade2d2cdb909e06802487b2045858fc11">GPUdb::grantRole</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/grant__role_8h_source">gpudb/protocol/grant\_role.h</a>></code></p>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Member Functions</h2>
        </td>
      </tr>

      <tr className="memitem:a5581a1777176063f771865b801f270cb" id="r_a5581a1777176063f771865b801f270cb">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5581a1777176063f771865b801f270cb">GrantRoleResponse</a> ()</td>
      </tr>

      <tr className="memdesc:a5581a1777176063f771865b801f270cb">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleResponse" title="A set of results returned by GPUdb::grantRole.">GrantRoleResponse</a> object with default parameters. <br /></td>
      </tr>

      <tr className="separator:a5581a1777176063f771865b801f270cb">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <table className="memberdecls">
      <tr className="heading">
        <td colSpan="2">
          <h2 className="groupheader"> Public Attributes</h2>
        </td>
      </tr>

      <tr className="memitem:a9808ba511cea82ae3ba2589482c97320" id="r_a9808ba511cea82ae3ba2589482c97320">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a9808ba511cea82ae3ba2589482c97320">role</a></td>
      </tr>

      <tr className="memdesc:a9808ba511cea82ae3ba2589482c97320">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleRequest#a9ef5639c9071a45f886457b104a032d7">role</a>. <br /></td>
      </tr>

      <tr className="separator:a9808ba511cea82ae3ba2589482c97320">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a5a4f1a4b0f94918b6d985c602d1676ed" id="r_a5a4f1a4b0f94918b6d985c602d1676ed">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a5a4f1a4b0f94918b6d985c602d1676ed">member</a></td>
      </tr>

      <tr className="memdesc:a5a4f1a4b0f94918b6d985c602d1676ed">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleRequest#a1040796dbcf98d65f6abd7ac2fa9b790">member</a>. <br /></td>
      </tr>

      <tr className="separator:a5a4f1a4b0f94918b6d985c602d1676ed">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>

      <tr className="memitem:a7310fa1d9b3432564ccfefe11610e73c" id="r_a7310fa1d9b3432564ccfefe11610e73c">
        <td className="memItemLeft" align="right" valign="top">std::map\< std::string, std::string > </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#a7310fa1d9b3432564ccfefe11610e73c">info</a></td>
      </tr>

      <tr className="memdesc:a7310fa1d9b3432564ccfefe11610e73c">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Additional information. <br /></td>
      </tr>

      <tr className="separator:a7310fa1d9b3432564ccfefe11610e73c">
        <td className="memSeparator" colSpan="2"> </td>
      </tr>
    </table>

    <h2 className="groupheader">Detailed Description</h2>

    <div className="textblock">
      <p>A set of results returned by <a className="el" href="/content/api/cpp/classgpudb_1_1GPUdb#ade2d2cdb909e06802487b2045858fc11">GPUdb::grantRole</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/grant__role_8h_source#l00120">120</a> of file <a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a>.</p>
    </div>

    <h2 className="groupheader">Constructor & Destructor Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a5581a1777176063f771865b801f270cb">◆ </a></span>GrantRoleResponse()</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::GrantRoleResponse::GrantRoleResponse </td>
                  <td>(</td>

                  <td className="paramname">
                    <span className="paramname">
                      <span className="em" />
                    </span>
                  </td>

                  <td>)</td>

                  <td />
                </tr>
              </table>
            </td>

            <td className="mlabels-right"> <span className="mlabels"><span className="mlabel inline">inline</span></span> </td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Constructs a <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleResponse" title="A set of results returned by GPUdb::grantRole.">GrantRoleResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/grant__role_8h_source#l00125">125</a> of file <a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="groupheader">Member Data Documentation</h2>
    <h2 className="memtitle"><span className="permalink"><a href="#a7310fa1d9b3432564ccfefe11610e73c">◆ </a></span>info</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::GrantRoleResponse::info</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Additional information. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/grant__role_8h_source#l00145">145</a> of file <a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a5a4f1a4b0f94918b6d985c602d1676ed">◆ </a></span>member</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::GrantRoleResponse::member</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleRequest#a1040796dbcf98d65f6abd7ac2fa9b790">member</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/grant__role_8h_source#l00140">140</a> of file <a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#a9808ba511cea82ae3ba2589482c97320">◆ </a></span>role</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::string gpudb::GrantRoleResponse::role</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1GrantRoleRequest#a9ef5639c9071a45f886457b104a032d7">role</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/grant__role_8h_source#l00135">135</a> of file <a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a>.</p>
      </div>
    </div>

    <hr />

    The documentation for this struct was generated from the following file:

    <ul>
      <li>gpudb/protocol/<a className="el" href="/content/api/cpp/grant__role_8h_source">grant\_role.h</a></li>
    </ul>
  </div>
</div>
