casacore
Loading...
Searching...
No Matches
Classes | Functions
std Namespace Reference

Define real & complex conjugation for non-complex types and put comparisons into std namespace. More...

Classes

struct  hash< casacore::String >
 

Functions

float conj (float x)
 
double conj (double x)
 

Detailed Description

Define real & complex conjugation for non-complex types and put comparisons into std namespace.

Define the hash function for String, so unordered_set<String> can be used.

Function Documentation

◆ conj() [1/2]

double std::conj ( double  x)
inline

Definition at line 352 of file Complex.h.

◆ conj() [2/2]

float std::conj ( float  x)
inline

Definition at line 351 of file Complex.h.