Constructors
Synopses
Declared in <bdlb_tokenizer.h>
Create a Tokenizer_Proxy object having the same value as the specified original object. Note that this copy constructor is generated by the compiler.
constexpr
Tokenizer_Proxy(Tokenizer_Proxy const& original) = default;
Create a ProxyHolder object with a copy the specified obj.
Tokenizer_Proxy(std::string_view const& obj);
Created with MrDocs