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

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

#include <concepts.hpp>

Concept definition

template<typename T>
concept fxd::unsigned_fixed_point = is_unsigned_fixed_point_v<T>
Concept to match only unsigned fxd::fixed
Definition: concepts.hpp:24

Detailed Description

Concept to match only unsigned fxd::fixed

Definition at line 24 of file concepts.hpp.