Quick Links:

bal | bbl | bdl | bsl

Static Public Attributes

bsls::TimeInterval_RepTraits< REP > Struct Template Reference

#include <bsls_timeinterval.h>

List of all members.

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.

See Component bsls_timeinterval


Member Data Documentation

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: