xte::literal::analog {}

Defined in header <xte/literal/analog.hpp>

A namespace providing collections of characters.


Definition

namespace literal::analog {
	inline constexpr /* struct {
		static constexpr xte::uz width = ???;
		static constexpr xte::uz height = ???;
		static constexpr xte::uz length = ???;
		static constexpr xte::uz area = ???;
		static constexpr xte::uz volume = ???;
	} */ x;
}


Example

using namespace xte::literal::analog;

std::println("{}", (x - - - +
                    !*       *
                    ! *       *
                    !  *       *
                    +   + - - - +
                     *  !       !
                      * !       !
                       *!       !
                        + - - - x).volume);
Output:
27
[View in Compiler Explorer]