Suppose I have a statement like :
Code:
a.send_buffer.front().p.get_main_data();
I'm not getting any trouble with it, but

Is is better to put parentheses ?
or is it sufficiently defined that the order should be followed ?