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 = std::is_arithmetic_v<eve::element_type_t<std::remove_cvref_t<T>>>
General real concept.
Definition: concepts.hpp:29