kDB: Knowledge DataBase
Loading...
Searching...
No Matches
knowl
src
knowGIS
Test.h
1
#include <QtTest/QtTest>
2
3
#include "GeometryObject.h"
4
5
namespace
knowGIS
6
{
7
template
<
typename
_T_>
8
requires
(std::has_formatter<_T_, std::format_context>::value)
9
char
* toString(
const
_T_& p)
10
{
11
return
QTest::toString(clog_qt::to_qstring(p));
12
}
13
}
// namespace knowGIS
Generated by
1.12.0