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

Description

Concept that is satisfied when NT provides an integral datapoint_type.

Concept definition

template<typename NT>
concept with_datapoint_type = std::integral<typename NT::datapoint_type>
Concept that is satisfied when NT provides an integral datapoint_type.
Definition numeric_traits.hpp:114