> ## 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::HasTypeResponse

> gpudb::HasTypeResponse — 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#a70f01970c1caaccd6cf17b208a980b50">GPUdb::hasType</a>. <a href="#details">More...</a></p>
    <p><code>#include \<<a className="el" href="/content/api/cpp/has__type_8h_source">gpudb/protocol/has\_type.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:ab596583823d8757b1379eb6dee3f6f27" id="r_ab596583823d8757b1379eb6dee3f6f27">
        <td className="memItemLeft" align="right" valign="top"> </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ab596583823d8757b1379eb6dee3f6f27">HasTypeResponse</a> ()</td>
      </tr>

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

      <tr className="separator:ab596583823d8757b1379eb6dee3f6f27">
        <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:afca0155a7bbe8943030537424e24aee7" id="r_afca0155a7bbe8943030537424e24aee7">
        <td className="memItemLeft" align="right" valign="top">std::string </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#afca0155a7bbe8943030537424e24aee7">typeId</a></td>
      </tr>

      <tr className="memdesc:afca0155a7bbe8943030537424e24aee7">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasTypeRequest#ab40896d1c56a83256f6befc8cd3e9d81">typeId</a>. <br /></td>
      </tr>

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

      <tr className="memitem:ae509bc65b94a5fc864d262767178a29d" id="r_ae509bc65b94a5fc864d262767178a29d">
        <td className="memItemLeft" align="right" valign="top">bool </td>
        <td className="memItemRight" valign="bottom"><a className="el" href="#ae509bc65b94a5fc864d262767178a29d">typeExists</a></td>
      </tr>

      <tr className="memdesc:ae509bc65b94a5fc864d262767178a29d">
        <td className="mdescLeft"> </td>
        <td className="mdescRight">Indicates whether the type exists or not. <br /></td>
      </tr>

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

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

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

      <tr className="separator:ae3ad1d83f16df17e211ada5bdbc53f2a">
        <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#a70f01970c1caaccd6cf17b208a980b50">GPUdb::hasType</a>. </p>
      <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__type_8h_source#l00105">105</a> of file <a className="el" href="/content/api/cpp/has__type_8h_source">has\_type.h</a>.</p>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="mlabels">
          <tr>
            <td className="mlabels-left">
              <table className="memname">
                <tr>
                  <td className="memname">gpudb::HasTypeResponse::HasTypeResponse </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_1HasTypeResponse" title="A set of results returned by GPUdb::hasType.">HasTypeResponse</a> object with default parameters. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__type_8h_source#l00110">110</a> of file <a className="el" href="/content/api/cpp/has__type_8h_source">has\_type.h</a>.</p>
      </div>
    </div>

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

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">std::map\<std::string, std::string> gpudb::HasTypeResponse::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/has__type_8h_source#l00135">135</a> of file <a className="el" href="/content/api/cpp/has__type_8h_source">has\_type.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#ae509bc65b94a5fc864d262767178a29d">◆ </a></span>typeExists</h2>

    <div className="memitem">
      <div className="memproto">
        <table className="memname">
          <tr>
            <td className="memname">bool gpudb::HasTypeResponse::typeExists</td>
          </tr>
        </table>
      </div>

      <div className="memdoc">
        <p>Indicates whether the type exists or not. </p>
        <p>Supported values: </p>

        <ul>
          <li> true </li>
          <li> false </li>
        </ul>

        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__type_8h_source#l00130">130</a> of file <a className="el" href="/content/api/cpp/has__type_8h_source">has\_type.h</a>.</p>
      </div>
    </div>

    <h2 className="memtitle"><span className="permalink"><a href="#afca0155a7bbe8943030537424e24aee7">◆ </a></span>typeId</h2>

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

      <div className="memdoc">
        <p>Value of <a className="el" href="/content/api/cpp/structgpudb_1_1HasTypeRequest#ab40896d1c56a83256f6befc8cd3e9d81">typeId</a>. </p>
        <p className="definition">Definition at line <a className="el" href="/content/api/cpp/has__type_8h_source#l00120">120</a> of file <a className="el" href="/content/api/cpp/has__type_8h_source">has\_type.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/has__type_8h_source">has\_type.h</a></li>
    </ul>
  </div>
</div>
