tket
Loading...
Searching...
No Matches
tket::arithmetic Concept Reference

#include <ResourceData.hpp>

Concept definition

template<typename T>
concept tket::arithmetic = std::integral<T> or std::floating_point<T>

Detailed Description

Definition at line 25 of file ResourceData.hpp.