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