fennec
Loading...
Searching...
No Matches
fennec::is_floating_point< T >

Check if T is of a floating point type. More...

#include <type_traits.h>

Inherits detail::_is_floating_point< remove_cvref_t< T > >.

Detailed Description

template<typename T>
struct fennec::is_floating_point< T >

Stores a boolean value in is_floating_point::value, representing whether the provided type is of a base floating point type.

Template Parameters
Ttype to check

The documentation for this struct was generated from the following file: