libfxd 0.2.dev
A fixed-point library for C++.
Loading...
Searching...
No Matches
fxd::signed_fixed_point Concept Reference

Concept to match only signed fxd::fixed More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept fxd::signed_fixed_point = is_signed_fixed_point_v<T>
Concept to match only signed fxd::fixed
Definition: concepts.hpp:29

Detailed Description

Concept to match only signed fxd::fixed

Definition at line 29 of file concepts.hpp.