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

383 views Asked by At

Is there a way of taking a pointer of a lazy phoenix value / ref ? If so how ?

1

There are 1 answers

1
hkaiser On BEST ANSWER

Phoenix placeholders overload operator&(), therefore a simple &_1 should do the trick (see Phoenix docs here).