BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bsls::TimeInterval_RepTraits< REP > Struct Template Reference

#include <bsls_timeinterval.h>

Static Public Attributes

static const bool k_IS_FLOAT
 

Detailed Description

template<class REP>
struct bsls::TimeInterval_RepTraits< REP >

Trait metafunction that determines whether the specified REP type is considered a floating point type.

Member Data Documentation

◆ k_IS_FLOAT

template<class REP >
const bool bsls::TimeInterval_RepTraits< REP >::k_IS_FLOAT
static
Initial value:
=
std::is_floating_point<REP>::value
|| std::chrono::treat_as_floating_point<REP>::value

The documentation for this struct was generated from the following file: