MCPcopy Create free account
hub / github.com/dhbloo/rapfi / is_inline

Method is_inline

Rapfi/external/cpptoml/include/cpptoml.h:1168–1171  ·  view source on GitHub ↗

* 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. */

Source from the content-addressed store, hash-verified

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)

Callers 1

parse_table_arrayFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected