Something like to tuples in the sequence

G

Guest

This is a preprocesor code:
#define SEQ\
        ((Package,std::string))\
        ((Range,int))\
        ((Length,std::vector<int>))
I know that is tuples in the sequence.
Do it in preprocessor code samothing exists for type,that is:
#define __SEQ\
        (Package,std::string)\
        (Range,int)\
        (Length,std::vector<int>)
Question: What is it a object and how it to get with this preprocessor
definition,that is other objects: Range and int but it is separately
Thanks in advice.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top