Euphoria
lrud.h File Reference
#include <optional>
#include "base/string_io.h"
#include "base/stringutils.h"
#include "base/default_parse.h"

Go to the source code of this file.

Classes

struct  eu::Lrud< T >
 Generic version of a CSS like padding type. More...
 
struct  eu::StringParser< Lrud< T > >
 Parses a Lrud according to the CSS spec. More...
 
struct  fmt::formatter< eu::Lrud< T > >
 

Namespaces

 eu
 

Functions

template<typename T >
bool eu::operator== (const Lrud< T > &lhs, const Lrud< T > &rhs)
 
template<typename T >
bool eu::operator!= (const Lrud< T > &lhs, const Lrud< T > &rhs)