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

Function assign_copy

include/boost/parser/parser.hpp:2263–2266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2261
2262 template<typename T, typename U>
2263 constexpr void assign_copy(T & t, U const & u)
2264 {
2265 t = u;
2266 }
2267
2268 template<typename T>
2269 constexpr void assign_copy(T &, nope)

Callers 1

callMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected