MCPcopy Create free account
hub / github.com/boostorg/build / VAR_PARSE_ACTIONS

Class VAR_PARSE_ACTIONS

src/engine/function.cpp:1692–1695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1690} VAR_PARSE_GROUP;
1691
1692typedef struct VAR_PARSE_ACTIONS
1693{
1694 struct dynamic_array elems[ 1 ];
1695} VAR_PARSE_ACTIONS;
1696
1697#define VAR_PARSE_TYPE_VAR 0
1698#define VAR_PARSE_TYPE_STRING 1

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected