MCPcopy Create free account
hub / github.com/boostorg/parser / move_back

Function move_back

include/boost/parser/parser.hpp:2150–2155  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2148
2149 template<typename Container, typename T>
2150 constexpr void move_back(Container & c, T && x, bool gen_attrs)
2151 {
2152 if (!gen_attrs)
2153 return;
2154 detail::move_back_impl(c, (T &&)x);
2155 }
2156
2157 template<typename Container>
2158 constexpr void move_back(Container & c, Container & x, bool gen_attrs)

Callers 4

callMethod · 0.85
call_implMethod · 0.85
callMethod · 0.85
callFunction · 0.85

Calls 4

move_back_implFunction · 0.85
insertMethod · 0.45
endMethod · 0.45
beginMethod · 0.45

Tested by

no test coverage detected