kyosu v0.1.0
Complex Without Complexes
 
Loading...
Searching...
No Matches
kyosu::concepts::real Concept Reference

General real concept. More...

#include <kyosu/types/concepts.hpp>

Detailed Description

General real concept.

Concept definition

template<typename T>
concept kyosu::concepts::real = cayley_dickson_like<T> && _::rank<std::remove_cvref_t<T>> == 1
General real concept.
Definition: concepts.hpp:48