alternative Standard Libary  0.29.8
fast_type.hpp-Dateireferenz
#include "common.hpp"
+ Include-Abhängigkeitsdiagramm für fast_type.hpp:

gehe zum Quellcode dieser Datei

Klassen

class  std::fbit
 
class  std::fast_type< Bits, TBaseType >
 

Namensbereiche

 std
 

Typdefinitionen

using std::fuint8_t = fast_type< 8, uint8_t >
 
using std::fuint16_t = fast_type< 16, uint16_t >
 
using std::fuint32_t = fast_type< 32, uint32_t >
 
using std::fuint64_t = fast_type< 64, uint64_t >
 
using std::fuint_least8_t = fast_type< 8, fuint_least8_t >
 
using std::fuint_least16_t = fast_type< 16, fuint_least16_t >
 
using std::fuint_least32_t = fast_type< 32, fuint_least32_t >
 
using std::fuint_least64_t = fast_type< 64, fuint_least64_t >
 
using std::fint8_t = fast_type< 8, int8_t >
 
using std::fint16_t = fast_type< 16, int16_t >
 
using std::fint32_t = fast_type< 32, int32_t >
 
using std::fint64_t = fast_type< 64, int64_t >
 
using std::fint_least8_t = fast_type< 8, fint_least8_t >
 
using std::fint_least16_t = fast_type< 16, fint_least16_t >
 
using std::fint_least32_t = fast_type< 32, fint_least32_t >
 
using std::fint_least64_t = fast_type< 64, fint_least64_t >