What is the equivalent of GDscript await owner.ready? in c++

Godot Version

4.2.1 win

Question

I’m trying to find a method in C++ that is equivalent to the GDScript ‘await owner.ready’ statement. The main reason is that I want to be sure that the main scene’s parent node is fully loaded .
Thanks