![]() |
Elm
2
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
|
#include <elm/util/strong_type.h>
Public Member Functions | |
| SolidType (T v=0) | |
| T | operator* (void) const |
| T & | operator* (void) |
This class targets the same goal as StrongType but in a stricter way. The embedded scalar type needs to use "*" operator to be accessed: no automatic conversion is available to protect even further the values against user mistakes.
| T | Embedded type. @seealso SolidType |
|
inlineexplicit |
|
inline |
|
inline |