DEPPRECATED** Replaces the current value -if any- with 'val'
| 393 | |
| 394 | // **DEPPRECATED** Replaces the current value -if any- with 'val' |
| 395 | void reset ( argument_type val ) { assign(val); } |
| 396 | |
| 397 | // Returns a pointer to the value if this is initialized, otherwise, |
| 398 | // returns NULL. |