LILAC
Language to language Interop LAyer Compiler
Loading...
Searching...
No Matches
char.h File Reference
#include <ostream>
#include <array>
Include dependency graph for char.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  lilac::shared::__FilledString< T, e, N >
 
struct  lilac::shared::__IndentationVector< Ts >
 
struct  lilac::shared::__IndentationVector< Ts >::__Indentation< N >
 

Namespaces

namespace  lilac
 
namespace  lilac::shared
 

Functions

template<int... Ts>
constexpr const char * lilac::shared::__GetIndentation (int c, std::integer_sequence< int, Ts... >)
 
constexpr const char * lilac::shared::GetIndent (int c=1)
 Gets an indentation string with specified length.
 
std::ostream & lilac::shared::endl (std::ostream &__os)
 Write a newline on stream.
 

Variables

constexpr int lilac::shared::MaxIntrinIndent = 255