ampsci
c++ program for high-precision atomic structure calculations of single-valence systems
Friends | List of all members
qip::Arithmetic< T >

Helper template for Arithmetic operations. Derive from this to provide +,-,*,/, given +=, -=, *=, /=. More...

#include <Template.hpp>

Friends

operator+ (T lhs, const T &rhs)
 
operator- (T lhs, const T &rhs)
 
operator* (T lhs, const T &rhs)
 
operator/ (T lhs, const T &rhs)
 

Detailed Description

template<typename T>
class qip::Arithmetic< T >

Helper template for Arithmetic operations. Derive from this to provide +,-,*,/, given +=, -=, *=, /=.


The documentation for this class was generated from the following file: