tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
etl::floating_point Concept Reference

The concept floating_point<T> is satisfied if and only if T is a floating-point type. More...

#include <floating_point.hpp>

Concept definition

template<typename T>
The concept floating_point<T> is satisfied if and only if T is a floating-point type.
Definition floating_point.hpp:13
constexpr bool is_floating_point_v
Definition is_floating_point.hpp:23

Detailed Description

The concept floating_point<T> is satisfied if and only if T is a floating-point type.