BDE 4.14.0 Production release
Loading...
Searching...
No Matches
bdljsn::NumberUtil_IsSigned< t_TYPE > Struct Template Reference

#include <bdljsn_numberutil.h>

Inheritance diagram for bdljsn::NumberUtil_IsSigned< t_TYPE >:

Detailed Description

template<class t_TYPE>
struct bdljsn::NumberUtil_IsSigned< t_TYPE >

This class will be a bsl::true_type if the specified (template parameter type) t_TYPE is a signed type, and bsl::false_type otherwise. t_TYPE shall be an integral type. Note that currently bsl::is_signed is not available for C++03 platforms.


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