DiffEq - Modern C++ ODE Integration Library 1.0.0
High-performance C++ library for solving ODEs with async signal processing
Loading...
Searching...
No Matches
can_be_time Concept Reference

Concept definition

template<typename T>
concept can_be_time = std::is_arithmetic_v<T>

Detailed Description

Definition at line 9 of file concepts.hpp.