#include <stlsoft/stlsoft.h>
Go to the source code of this file.
Namespaces | |
| namespace | stlsoft |
Classes | |
| struct | yes_type |
| Meta boolean 'yes' type, which acts as a complement to the no_type. More... | |
| struct | no_type |
| Meta boolean 'no' type, which acts as a complement to the yes_type. More... | |
| struct | value_to_yesno_type |
| A type which translates a boolean (integral zero / non-zero) value into the appropriate type (no_type / yes_type). More... | |
1.5.6