8 #ifndef WPIUTIL_WPI_HOSTNAME_H_
9 #define WPIUTIL_WPI_HOSTNAME_H_
13 #include "wpi/StringRef.h"
19 std::string GetHostname();
23 #endif // WPIUTIL_WPI_HOSTNAME_H_
This class consists of common code factored out of the SmallVector class to reduce code duplication b...
Definition: hostname.h:17
WPILib C++ utilities (wpiutil) namespace.
Definition: SmallString.h:21
StringRef - Represent a constant reference to a string, i.e.
Definition: StringRef.h:49