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

Function tie_aggregate

include/boost/parser/tuple.hpp:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267
268 template<typename T>
269 constexpr auto tie_aggregate(T & x)
270 {
271 static_assert(!std::is_union_v<T>);
272 return tie_aggregate_impl<struct_arity_v<T>>::call(x);
273 }
274
275 template<typename Tuple, typename Tie, int... Is>
276 auto aggregate_to_tuple(

Callers 6

mainFunction · 0.85
move_back_implFunction · 0.85
assignFunction · 0.85
is_struct_compatibleFunction · 0.85
tuple.hppFile · 0.85
getFunction · 0.85

Calls 1

callFunction · 0.85

Tested by

no test coverage detected