get_first_output 2450 src/Generator.h     EXPORT Func get_first_output();
get_first_output 2818 src/Generator.h         return get_first_output();
get_first_output 2823 src/Generator.h         return get_first_output()(std::forward<Args>(args)...);
get_first_output 2828 src/Generator.h         return get_first_output()(args);
get_first_output 2915 src/Generator.h     Func get_first_output() const {
get_first_output 2916 src/Generator.h         return generator->get_first_output();