#12422 closed Support Requests (invalid)
How to access the values of a vector_c?
Reported by: | Owned by: | Aleksey Gurtovoy | |
---|---|---|---|
Milestone: | To Be Determined | Component: | mpl |
Version: | Boost 1.61.0 | Severity: | Not Applicable |
Keywords: | Cc: |
Description
Hi, I have several vector_c instances that are manipulated by transform and I want to print the resulting type sequences but have no idea how this is even possible.
Any ideas?
Regards, Juan
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Severity: | Showstopper → Not Applicable |
---|
comment:4 by , 6 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:5 by , 6 years ago
Hi Juan,
The bug tracker is not the right place to ask the questions. Please try asking your questions on Boost-users ML or StackOverflow for the next time.
Thanks, Michel
Note:
See TracTickets
for help on using tickets.
Got it!!
By using mpl::at(seq, int).
Thanks anyway
Juan