DEPPRECATED** Replaces the current value -if any- with 'val'
| 458 | |
| 459 | // **DEPPRECATED** Replaces the current value -if any- with 'val' |
| 460 | void reset ( argument_type val ) { assign(val); } |
| 461 | |
| 462 | // Returns a pointer to the value if this is initialized, otherwise, |
| 463 | // returns NULL. |