Function mrpt::system::hyperlink
Defined in File hyperlink.h
Function Documentation
-
std::string mrpt::system::hyperlink(const std::string &text, const std::string &uri, bool force_use_format = false, bool show_uri_anyway = false)
Build an text with a hyperlink, if printed to a terminal that supports it (e.g. Ubuntu >=21.04), or the plain text otherwise.
See also
See discussion in, for example, https://gist.github.com/egmontkob/eb114294efbcd5adb1944c9f3cb5feda
Note
(New in MRPT 2.11.8)