BoosterSeat  0.1
A C++ library that includes common utilities that are used in other projects.
geo_strings.hpp
Go to the documentation of this file.
1 
9 #ifndef BOOSTERSEAT_GEO_STRINGS_HPP_
10 #define BOOSTERSEAT_GEO_STRINGS_HPP_
11 
12 #include <BoosterSeat/geo.hpp>
13 #include <ostream>
14 
15 namespace bst {
16 namespace geo {
17 
18 // std::ostream &operator<<(std::ostream &os, const geo::Point &point);
19 
20 } // namespace geo
21 } // namespace bst
22 
23 #endif /* GEO_STRINGS_HPP_ */
A collection of structures for representing geographic data.
Definition: filesystem.cpp:34