For example, in case of `std::move` which can be seen from [utility](https://en.cppreference.com/w/cpp/utility/move) and [algorithm](https://en.cppreference.com/w/cpp/algorithm/move). `man std::move` will result in the latter. Thanks.
For example, in case of
std::movewhich can be seen from utility and algorithm.man std::movewill result in the latter.Thanks.