This website works better with JavaScript.
Explore
Help
Register
Sign In
Schoumi
/
microbit-dal
Watch
1
Star
0
Fork
You've already forked microbit-dal
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
Also define a non-operator version of () for style purposes.
Browse Source
master
Jonathan Protzenko
8 years ago
parent
e258a52c79
commit
aabd954d67
1 changed files
with
4 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
4
inc/ManagedType.h
Unescape
Escape
View File
@ -83,6 +83,10 @@ public:
T
*
operator
-
>
(
)
{
return
object
;
}
T
*
get
(
)
{
return
object
;
}
}
;
/**
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
Schoumi/microbit-dal
Title
Body
Create Issue