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

Concept to match any fxd::fixed More...

#include <concepts.hpp>

Concept definition

template<typename T>
concept fxd::fixed_point = is_fixed_point_v<T>
Concept to match any fxd::fixed
Definition: concepts.hpp:19

Detailed Description

Concept to match any fxd::fixed

Definition at line 19 of file concepts.hpp.