Guest User

Untitled

a guest
Feb 21st, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. typedef struct property_attributes {
  2. unsigned flags;
  3. boost::optional<function const &> getter;
  4. boost::optional<function const &> setter;
  5. };
  6. bool property_attribues(property_attributes &attrs);
Add Comment
Please, Sign In to add comment