Stream a value of template parameter VALUETYPE out to the BDEX stream supplied at construction.
Synopsis
Declared in <bdlb_variant.h>
template<class VALUETYPE>
void
operator()(VALUETYPE const& object) const;
Parameters
Name |
Description |
object |
object to stream or operate on |
Created with MrDocs