Advertisement
Beafantles

Untitled

Mar 10th, 2018
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.08 KB | None | 0 0
  1. #include "foo.hpp"
  2.  
  3. int A::get_value() const noexcept
  4. {
  5.     return m_value;
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement