libtcspc C++ API
Streaming TCSPC and time tag data processing
Loading...
Searching...
No Matches
tcspc::with_bin_type Concept Reference

Description

Concept that is satisfied when NT provides an integral bin_type.

Concept definition

template<typename NT>
concept with_bin_type = std::integral<typename NT::bin_type>
Concept that is satisfied when NT provides an integral bin_type.
Definition numeric_traits.hpp:132