souffle  2.0.2-371-g6315b36
Functions
souffle::stream_write_qualified_char_as_number Namespace Reference

Functions

std::ostream & operator<< (std::ostream &os, signed char c)
 
std::ostream & operator<< (std::ostream &os, unsigned char c)
 

Function Documentation

◆ operator<<() [1/2]

std::ostream& souffle::stream_write_qualified_char_as_number::operator<< ( std::ostream &  os,
signed char  c 
)
inline

Definition at line 59 of file StreamUtil.h.

59  : std::true_type {};
60 template <typename A>
61 struct IsPtrLike<std::shared_ptr<A>> : std::true_type {};

◆ operator<<() [2/2]

std::ostream& souffle::stream_write_qualified_char_as_number::operator<< ( std::ostream &  os,
unsigned char  c 
)
inline

Definition at line 63 of file StreamUtil.h.

63  : std::true_type {};
64 
65 namespace detail {
std
Definition: Brie.h:3053