boost-proto Questions

2

Solved

I'd like to use Boost.Proto to transform an embedded domain-specific language into a series of matrix operations implemented with the Eigen library. Since efficiency is important, I want proto to g...
Remember asked 19/7, 2013 at 20:32

0

(EDITED both title and main text and created a spin-off question that arose) For our application it would be ideal to parse a simple DSL of logical expressions. However the way I'd like to do this...
Ossein asked 19/7, 2013 at 13:39

1

Solved

I regularly use boost.lambda (and phoenix) to define lambda functions in C++. I really like their polymorphic property, the simplicity of their representation and the way they make functional progr...
Battle asked 13/4, 2012 at 16:46

1

Solved

I would like to reuse code by writing a proto transform which is templated by a function pointer: template <typename Ret, typename A0, typename A1, Ret func(A0,A1)> struct apply_func : proto...
Polygraph asked 4/3, 2012 at 13:35

2

Solved

I'm trying to make a grammar in Boost.Proto that matches a vector type, but when I give it a terminal of that type, it doesn't match the grammar. The type definition looks like this: template <...
Seersucker asked 25/6, 2011 at 19:29
1

© 2022 - 2024 — McMap. All rights reserved.