cbp2make
Makefile generation tool for Code::Blocks IDE
Namespaces | Macros | Functions
macros.h File Reference

Base definitions and macros. More...

Go to the source code of this file.

Namespaces

 std
 Namespace of C++ standard library.
 

Macros

#define OS_UNIX
 This macro is set if at compile-time the platform is UNIX-like (GNU/Linux etc). More...
 
#define SHOW_MODE_ONELINE
 Allows compact style for verbose message output. More...
 
#define NOMINMAX
 Indicates that standard min() and max() template functions are declared. More...
 

Functions

template<typename T1 , typename T2 >
T1 const & std::min (T1 const &a, T2 const &b)
 Returns minimal of two arguments. More...
 
template<typename T1 , typename T2 >
T1 const & std::max (T1 const &a, T2 const &b)
 Returns maximal of two arguments. More...
 

Detailed Description

Base definitions and macros.

Macro Definition Documentation

◆ NOMINMAX

#define NOMINMAX

Indicates that standard min() and max() template functions are declared.

◆ OS_UNIX

#define OS_UNIX

This macro is set if at compile-time the platform is UNIX-like (GNU/Linux etc).

◆ SHOW_MODE_ONELINE

#define SHOW_MODE_ONELINE

Allows compact style for verbose message output.