#include <assert.h>
#include <utility>
Go to the source code of this file.
|
bool | fc::assert_optional (bool is_valid) |
|
template<typename T > |
bool | fc::operator== (const optional< T > &left, const optional< T > &right) |
|
template<typename T , typename U > |
bool | fc::operator== (const optional< T > &left, const U &u) |
|
template<typename T > |
bool | fc::operator!= (const optional< T > &left, const optional< T > &right) |
|
template<typename T , typename U > |
bool | fc::operator!= (const optional< T > &left, const U &u) |
|