teditor
1.8.0@@fee5e94
Terminal based editor written in C++
src
core
net_utils.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <string>
4
5
namespace
teditor
{
6
7
std::string
dnsLookup
(
const
std::string& url,
8
const
std::string& domain =
"domain"
);
9
10
}
// namespace teditor
teditor::dnsLookup
std::string dnsLookup(const std::string &url, const std::string &domain)
Definition:
net_utils.cpp:12
utils.h
ASSERT
#define ASSERT(check, fmt,...)
Macro to assert with runtime_error exception if the check fails.
Definition:
utils.h:35
net_utils.h
teditor
Definition:
any.hpp:10
Generated by
1.8.17