c++ Programming Glossary: proto_type
How to parse text for a DSL at compile time? http://stackoverflow.com/questions/17783393/how-to-parse-text-for-a-dsl-at-compile-time get that type you can get the proto expression using the proto_type typedef. a b We start on or_expr or_expr We try its InitialParser.. 1 arg 0 . Once we have this tree constructed we get its proto_type build_or apply build_not apply arg 1 arg 0 proto_type proto.. its proto_type build_or apply build_not apply arg 1 arg 0 proto_type proto logical_or arg 0 proto_type build_not apply arg 1 proto_type..
|