Invoke visitor on the value currently held by this object.
Declared in <bdld_datum.h>
template<class t_VISITOR>
void
apply(t_VISITOR& visitor) const;
Apply the specified visitor to the current value represented by this object by passing held value to the visitor object's operator() overload.
| Name | Description |
|---|---|
| visitor | callable applied to the held value |