shilpashetty27
Technical User
Hi all,
Can anyone please enlighten me on what the following initialization means. I have not come across this kind of declaration thus far and not sure what it does or means.
struct
{
int event :3; //not sure what this initialization means
bool flag :1;
};
Thanks in advance!
Shilpa
Can anyone please enlighten me on what the following initialization means. I have not come across this kind of declaration thus far and not sure what it does or means.
struct
{
int event :3; //not sure what this initialization means
bool flag :1;
};
Thanks in advance!
Shilpa