24 Haziran 2017 Cumartesi

mpl

Giriş
mpl meta programming language anlamına gelir.

vector Sınıfı
Açıklaması şöyle
The mpl::vector is more a convenience type from the pre C++11 era.
Tanımlama
Şöyle yaparız
typedef boost::mpl::vector<
    char, unsigned char, short, unsigned short, int, unsigned int, float, double
> TTypes;

Hiç yorum yok:

Yorum Gönder