Apply the specified visitor to the current value represented by this object by passing held value to the visitor object's operator() overload.
visitor
operator()
Declared in <bdld_datum.h>
<bdld_datum.h>
template<class t_VISITOR> void apply(t_VISITOR& visitor) const;