|
gw
1.0.0
A bunch of small C++ utilities
|
| ▼Ngw | GW namespace |
| Cbasic_inplace_string | A fixed-size string that stores the data in-place |
| Ccrtp | CRTP base class |
| Cnamed_type | Named type wrapper |
| Cstrong_type | Strong type wrapper |
| Rarithmetic | Concept for arithmetic types |
| Rincrementable | Concept for incrementable types |
| Rdecrementable | Concept for decrementable types |
| Rcomplete | Concept for complete types |
| Rhashable | Concept for hashable types |
| Rostreamable | Concept for ostreamable types |
| Ristreamable | Concept for istreamable types |
| Rnamed | Concept for named types |
| ▼Nstd | STL namespace |
| Cformatter<::gw::basic_inplace_string< N, CharT, Traits >, CharT > | Format the inplace_string object |
| Chash<::gw::basic_inplace_string< N, CharT, Traits > > | Hash support for inplace_string |