GeoDesk for C++
Fast and storage-efficient spatial database engine for OpenStreetMap features
Loading...
Searching...
No Matches
streamable.h File Reference
#include <iosfwd>
#include <concepts>

Go to the source code of this file.

Namespaces

namespace  clarisma
 

Functions

template<typename T >
requires OstreamFormattable<T>
std::ostream & clarisma::operator<< (std::ostream &os, const T &value)
 ostream inserter enabled only for OstreamFormattable types.