Empirical
Classes | Functions
std Namespace Reference

Classes

struct  hash< emp::BitVector >
 Hash function to allow BitVector to be used with maps and sets (must be in std). More...
 

Functions

std::ostream & operator<< (std::ostream &out, const emp::BitVector &bit_v)
 operator<< to work with ostream (must be in std to work) More...
 
std::ostream & operator<< (std::ostream &os, const emp::DynamicString &strings)
 Make sure that DynamicString works with with std::ostream. More...
 

Function Documentation

std::ostream& std::operator<< ( std::ostream &  os,
const emp::DynamicString strings 
)

Make sure that DynamicString works with with std::ostream.

std::ostream& std::operator<< ( std::ostream &  out,
const emp::BitVector bit_v 
)
inline

operator<< to work with ostream (must be in std to work)