codex
Loading...
Searching...
No Matches
print.hpp File Reference
#include <iostream>
#include "gen.hpp"
#include "utils.hpp"
Include dependency graph for print.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<fixed_string_view s>
std::ostream & operator<< (std::ostream &o, identifier< s >)
 
template<fixed_string_view s>
std::ostream & operator<< (std::ostream &o, number< s >)
 
template<fixed_string_view s>
std::ostream & operator<< (std::ostream &o, string< s >)
 
std::ostream & operator<< (std::ostream &o, table_begin)
 
std::ostream & operator<< (std::ostream &o, table_key)
 
std::ostream & operator<< (std::ostream &o, table_value)
 
std::ostream & operator<< (std::ostream &o, table_end)
 

Function Documentation

◆ operator<<() [1/7]

template<fixed_string_view s>
std::ostream & operator<< ( std::ostream & o,
identifier< s >  )

◆ operator<<() [2/7]

template<fixed_string_view s>
std::ostream & operator<< ( std::ostream & o,
number< s >  )

◆ operator<<() [3/7]

template<fixed_string_view s>
std::ostream & operator<< ( std::ostream & o,
string< s >  )

◆ operator<<() [4/7]

std::ostream & operator<< ( std::ostream & o,
table_begin  )

◆ operator<<() [5/7]

std::ostream & operator<< ( std::ostream & o,
table_end  )

◆ operator<<() [6/7]

std::ostream & operator<< ( std::ostream & o,
table_key  )

◆ operator<<() [7/7]

std::ostream & operator<< ( std::ostream & o,
table_value  )