group2 0.1.0
CSE 125 Group 2
Loading...
Searching...
No Matches
LocalAddress.hpp
Go to the documentation of this file.
1
3
4#pragma once
5
6#include <string>
7
8namespace local_address
9{
10
12std::string firstLanIPv4();
13
14} // namespace local_address
Definition LocalAddress.cpp:14
std::string firstLanIPv4()
Return the first active non-loopback LAN IPv4 address, or 127.0.0.1 if none is found.
Definition LocalAddress.cpp:16