Niels Lohmann
|
fe71e7df1f
|
📝 overworked documentation
Replacing references to std exceptions with user-defined exceptions.
Also changed some examples to the new exceptions.
|
2017-03-08 21:03:19 +01:00 |
|
Niels
|
9d063d90e3
|
removed "using namespace" from examples
|
2016-01-30 20:23:14 +01:00 |
|
Niels
|
a04bd4f851
|
cleanup after #184
|
2016-01-20 21:14:58 +01:00 |
|
dariomt
|
bd2783f45c
|
Added get_ref()
Same as get_ptr() but for references.
If the type is incompatible it throws (get_ptr() returns null).
Implemented in terms of get_ptr().
|
2015-10-16 15:23:57 +02:00 |
|