bux API Reference 1.9.0
Static library of whatever are seen required in general purpose but not directly supported from Modern C++. Or whatever reusable originated from my side projects.
Loading...
Searching...
No Matches
bux::IntervalPt Concept Reference

#include <Intervals.h>

Concept definition

template<class T>
concept bux::IntervalPt = std::integral<T> && !std::same_as<char,T>

Detailed Description

Definition at line 17 of file Intervals.h.