Boost Phoenix (or Boost Lambda) - lazily taking a pointer

Is there a way to take the lazy phoenix / ref value pointer? If so, how?

+3
source share
1 answer

Phoenix placeholders overload operator&(), so downtime &_1should do the trick (see Phoenix docs here ).

+4
source

Source: https://habr.com/ru/post/1796656/


All Articles