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
10
namespace
wpi::util
{
11
template
<
typename
T>
12
class
SmallVectorImpl
;
13
}
14
15
namespace
wpi::net
{
16
std::string
GetHostname
();
17
std::string_view
GetHostname
(
wpi::util::SmallVectorImpl<char>
&
name
);
18
}
// namespace wpi::net
arg_id_kind::name
@ name
Definition
base.h:690
wpi::util::SmallVectorImpl
Definition
BooleanTopic.hpp:24
wpi::net
Definition
raw_socket_ostream.hpp:9
wpi::net::GetHostname
std::string GetHostname()
wpi::util
Definition
raw_os_ostream.hpp:19
wpi
net
hostname.hpp
Generated on
for WPILibC++ by
1.15.0