BitShares-Core  7.0.2
BitShares blockchain node software and command-line wallet software
Classes | Namespaces | Functions
optional.hpp File Reference
#include <assert.h>
#include <utility>

Go to the source code of this file.

Classes

class  fc::optional< T >
 provides stack-based nullable value similar to boost::optional More...
 

Namespaces

 fc
 

Functions

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)