A class holding a constant called value that evaluates to b.
More...
#include <meta_programming.hh>

Public Types | |
| enum | anonymous_enum { value = b } |
A class holding a constant called value that evaluates to b.
Definition at line 144 of file meta_programming.hh.
| enum Parma_Polyhedra_Library::Bool::anonymous_enum |
Definition at line 145 of file meta_programming.hh.
00145 { 00146 value = b 00147 };
1.6.3