Namespaces | Macros | Functions
x024.h File Reference
#include <algorithm>
#include <iostream>
#include <iterator>
#include <list>
#include <typeinfo>

Go to the source code of this file.

Namespaces

 nmx::apps::x024
 

Macros

#define MYSTRING(x)   #x
 
#define ALL(x)   std::begin(x), std::end(x)
 

Functions

void nmx::apps::x024::ex1 ()
 ex1 Präprozessor-Anweisungen More...
 
void nmx::apps::x024::ex2 ()
 ex2 More...
 

Macro Definition Documentation

◆ ALL

#define ALL (   x)    std::begin(x), std::end(x)

◆ MYSTRING

#define MYSTRING (   x)    #x