GQCP
Loading...
Searching...
No Matches
Functions
GQCP::literals Namespace Reference

Functions

constexpr std::complex< double > operator""_ii (unsigned long long d)
 
constexpr std::complex< double > operator""_ii (long double d)
 

Function Documentation

◆ operator""_ii() [1/2]

constexpr std::complex< double > GQCP::literals::operator""_ii ( long double  d)
constexpr

A literal for the imaginary unit.

Note
This feature is only added in C++14, which is why we provide it ourselves.

◆ operator""_ii() [2/2]

constexpr std::complex< double > GQCP::literals::operator""_ii ( unsigned long long  d)
constexpr

A literal for the imaginary unit.

Note
This feature is only added in C++14, which is why we provide it ourselves.