Go to the source code of this file.
Classes | |
| class | libMesh::safe_bool_base |
| class | libMesh::safe_bool< T > |
Namespaces | |
| libMesh | |
Functions | |
| template<typename T > | |
| bool | libMesh::operator== (const safe_bool< T > &lhs, bool b) |
| template<typename T > | |
| bool | libMesh::operator== (bool b, const safe_bool< T > &rhs) |
| template<typename T , typename U > | |
| bool | libMesh::operator== (const safe_bool< T > &lhs, const safe_bool< U > &) |
| template<typename T , typename U > | |
| bool | libMesh::operator!= (const safe_bool< T > &lhs, const safe_bool< U > &) |