MostlyHarmless 0.0.1
 
Loading...
Searching...
No Matches
marvin::ComplexFloatType Concept Reference

#include <marvin_Concepts.h>

Concept definition

template<class T>
concept marvin::ComplexFloatType = std::same_as<T, std::complex<float>> || std::same_as<T, std::complex<double>>
Definition marvin_Concepts.h:30