Developer documentation

bernstein_eenv.hpp File Reference

Go to the source code of this file.

Classes

struct  mmx::bernstein::eenv_base
 
struct  mmx::bernstein::eenv
 
struct  mmx::bernstein::eenv::add
 

Namespaces

 mmx
 
 mmx::bernstein
 

Macros

#define _valueof_(x)   std::cout << #x" = " << (x) << std::endl;
 

Functions

std::ostream & mmx::bernstein::operator<< (std::ostream &out, const eenv &env)
 

Macro Definition Documentation

#define _valueof_ (   x)    std::cout << #x" = " << (x) << std::endl;
Home