![]() |
Conquer Chess
Chess and Starcraft combined
|

Functions | |
| template<typename T > | |
| bool | operator== (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| template<typename T > | |
| bool | operator!= (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| template<typename T > | |
| bool | operator< (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| template<typename T > | |
| bool | operator> (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| template<typename T > | |
| bool | operator<= (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| template<typename T > | |
| bool | operator>= (const read_only< T > &lhs, const read_only< T > &rhs) noexcept |
| void | test_read_only () |
| Test our read_only class. | |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
|
noexcept |
| void test_read_only | ( | ) |
Test our read_only class.