Pangolin
Header-only C++20 plane computational geometry library
Loading...
Searching...
No Matches
hash.hpp File Reference

Hash support for Pangolin value types. More...

#include "visualization/canvas.hpp"
#include <cstddef>
#include <cstdint>
#include <functional>
#include <type_traits>
#include "forward.hpp"
#include "numeric.hpp"

Go to the source code of this file.

Namespaces

namespace  pgl

Detailed Description

Hash support for Pangolin value types.

This completes the value-type contract for shapes so they can be used in standard unordered containers alongside their comparison operators.