Create a Tokenizer_Proxy object having the same value as the specified original object. Note that this copy constructor is generated by the compiler.

Synopsis

Declared in <bdlb_tokenizer.h>

constexpr
Tokenizer_Proxy(Tokenizer_Proxy const& original) = default;

Parameters

Name

Description

original

object to copy

Created with MrDocs