opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
symbol.h File Reference
#include <liboscar/utilities/string_name.h>
#include <format>
#include <functional>
#include <iosfwd>
#include <string_view>
Include dependency graph for symbol.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  opyn::Symbol
 
struct  std::formatter< opyn::Symbol >
 Formats Symbols as "Symbol(\"{symbol.name()}\")". More...
 
struct  std::hash< opyn::Symbol >
 

Namespaces

namespace  opyn
 

Functions

std::ostream & opyn::operator<< (std::ostream &ostream, const opyn::Symbol &symbol)
 Writes "Symbol(\"{symbol.name()}\")" to ostream.