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

Class VAR_EXPANDED

src/engine/function.cpp:640–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638} VAR_EDITS;
639
640struct VAR_EXPANDED
641{
642 LIST * value = L0;
643 LIST * inner = L0;
644 bool opt_file:1;
645 bool opt_content:1;
646};
647
648static VAR_EXPANDED apply_modifiers_impl( LIST * result, string * buf,
649 VAR_EDITS * edits, int32_t n, LISTITER iter, LISTITER end );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected