How do I know if a function has been inlined or not ?

Posted by Rakesh Agarwal on Stack Overflow See other posts from Stack Overflow or by Rakesh Agarwal
Published on 2010-04-06T15:09:56Z Indexed on 2010/04/06 15:13 UTC
Read the original article Hit count: 195

Filed under:

If I mark any function as inline, is there a way I can know if the function gets inlined or not?

© Stack Overflow or respective owner

Related posts about c++