Types ===== .. code-block:: cpp #include "types.tcc" Get a struct_ formatted representation of the type of a value. .. list-table:: Type encoding examples. :header-rows: 1 * - type - encoding - description * - ``bool`` - ``?`` - Boolean. * - ``unsigned long int`` - ``L`` - Unsigned integer. * - ``char const*`` - ``s`` - String. * - ``Tuple`` - ``ibL`` - Tuple (no internal structure). * - ``Object, unsigned long>`` - ``((ci)L)`` - Object (internal structure is preserved). * - ``Vector`` - ``[i]`` - Vector. Functions --------- .. doxygengroup:: types :content-only: .. _struct: https://docs.python.org/3.5/library/struct.html#format-strings