sandbox
Loading...
Searching...
No Matches
sbx::math::is_scalar< Type > Struct Template Reference

Type trait identifying scalar types. More...

#include <concepts.hpp>

Inheritance diagram for sbx::math::is_scalar< Type >:

Detailed Description

template<typename Type>
struct sbx::math::is_scalar< Type >

Type trait identifying scalar types.

A scalar type is either:

  • a floating-point type, or
  • a non-boolean integral type.
Template Parameters
TypeType to test.

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