WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
hostname.hpp
Go to the documentation of this file.
1// Copyright (c) FIRST and other WPILib contributors.
2// Open Source Software; you can modify and/or share it under the terms of
3// the WPILib BSD license file in the root directory of this project.
4
5#pragma once
6
7#include <string>
8#include <string_view>
9
10namespace wpi::util {
11template <typename T>
12class SmallVectorImpl;
13}
14
15namespace wpi::net {
16std::string GetHostname();
18} // namespace wpi::net
@ name
Definition base.h:690
Definition BooleanTopic.hpp:24
Definition raw_socket_ostream.hpp:9
std::string GetHostname()
Definition raw_os_ostream.hpp:19