Is there a c++ interface for torchtext?

I’m porting the translation_transformer tutorial from python to C++. I find the Transformer model in the sources, but not torchtext (sources nor documentation), which is required for the dataset Multi30k. Does c++ torchtext exist?