Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
kirab
on April 22, 2014
|
parent
|
context
|
favorite
| on:
Let the Type System do the Work
In C++14 this got easier.
Declaration:
struct Kilogram {float v;};
Instantiation:
Kilogram x = {1};
or
Kilogram x{1};
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Declaration:
Instantiation: or