ElfPSP_AntColony
Protein Structure Prediction using Ant Colony Optimization
Classes | Functions
vec3.h File Reference
#include <cmath>
#include <iostream>
#include <initializer_list>

Go to the source code of this file.

Classes

struct  vec3< T >
 Represents a triple (x, y, z) of any type. More...
 

Functions

template<typename T >
std::ostream & operator<< (std::ostream &stream, const vec3< T > vec)
 Allows a vector to be printed to std::cout. More...
 

Function Documentation

◆ operator<<()

template<typename T >
std::ostream & operator<< ( std::ostream &  stream,
const vec3< T >  vec 
)
inline

Allows a vector to be printed to std::cout.