cppx-core
Macros
macro-source_location.hpp File Reference
#include <cppx-core/failure-handling/Source_location.hpp>
Include dependency graph for macro-source_location.hpp:

Go to the source code of this file.

Macros

#define source_location   CPPX_SOURCE_LOCATION
 
#define CPPX_SOURCE_LOCATION   ::cppx::Source_location( __FILE__, __LINE__, {}, __func__ )
 

Macro Definition Documentation

◆ CPPX_SOURCE_LOCATION

#define CPPX_SOURCE_LOCATION   ::cppx::Source_location( __FILE__, __LINE__, {}, __func__ )

Definition at line 8 of file macro-source_location.hpp.

◆ source_location

#define source_location   CPPX_SOURCE_LOCATION

Definition at line 5 of file macro-source_location.hpp.