* Whether or not the table array is declared inline. This mostly * matters for parsing, where statically defined arrays cannot be * appended to using the array-of-table syntax. */
| 1166 | * appended to using the array-of-table syntax. |
| 1167 | */ |
| 1168 | bool is_inline() const |
| 1169 | { |
| 1170 | return is_inline_; |
| 1171 | } |
| 1172 | |
| 1173 | private: |
| 1174 | #if defined(CPPTOML_NO_RTTI) |