Quick Links:

bal | bbl | bdl | bsl

Public Types | Static Public Attributes

bdlcc::TimeQueue< DATA >::IsVector< VECTOR > Struct Template Reference

#include <bdlcc_timequeue.h>

List of all members.

Public Types

typedef TimeQueueItem< DATA > Item

Static Public Attributes

static const bool value

Detailed Description

template<class DATA>
template<class VECTOR>
struct bdlcc::TimeQueue< DATA >::IsVector< VECTOR >

This struct has a value that evaluates to true if the specified VECTOR is a bsl, std, or std::pmr vector<VALUE>.

See Component bdlcc_timequeue


Member Typedef Documentation

template<class DATA>
template<class VECTOR >
typedef TimeQueueItem<DATA> bdlcc::TimeQueue< DATA >::IsVector< VECTOR >::Item

Member Data Documentation

template<class DATA>
template<class VECTOR >
const bool bdlcc::TimeQueue< DATA >::IsVector< VECTOR >::value [static]

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