Empirical
Classes | Namespaces | Typedefs | Functions
Point2D.h File Reference
#include <cmath>
#include <iostream>

Go to the source code of this file.

Classes

class  emp::Point2D< TYPE >
 

Namespaces

 emp
 If we are in emscripten, make sure to include the header.
 

Typedefs

using emp::Point = Point2D<>
 

Functions

template<typename TYPE >
std::ostream & operator<< (std::ostream &os, const emp::Point2D< TYPE > &point)
 

Function Documentation

template<typename TYPE >
std::ostream& operator<< ( std::ostream &  os,
const emp::Point2D< TYPE > &  point 
)