Functions | |
| template<typename T> | |
| T & | remove_const (T const &t) |
| Remove const-qualifier from an instance. | |
| template<typename T> | |
| T const & | apply_const (T &t) |
| Adds const-qualifier to an instance. | |
| template<typename T> | |
| T const * | address (T const &t) |
| Takes the address of a variable. | |
| T const* stlsoft::address | ( | T const & | t | ) | [inline] |
Takes the address of a variable.
| T const& stlsoft::apply_const | ( | T & | t | ) | [inline] |
Adds const-qualifier to an instance.
| T& stlsoft::remove_const | ( | T const & | t | ) | [inline] |
Remove const-qualifier from an instance.
1.5.6