T
toton
Hi,
Can I safely ignore the inline keyword without thinking of
performance ?
I need some better organization of my files, and need to shift some
of my inlined functions to cpp file.
I have to remove inline if I do that.
Most of my inlined functions at present are one liners which returns
a field (kind of getters ).
Thanks
abir
Can I safely ignore the inline keyword without thinking of
performance ?
I need some better organization of my files, and need to shift some
of my inlined functions to cpp file.
I have to remove inline if I do that.
Most of my inlined functions at present are one liners which returns
a field (kind of getters ).
Thanks
abir