C++ Essence Library 0.1.0
A Utility Library for Modern C++ Programming
Loading...
Searching...
No Matches
essence::source_location Struct Reference

Public Member Functions

constexpr uint_least32_t line () const noexcept
 
constexpr uint_least32_t column () const noexcept
 
constexpr const char * file_name () const noexcept
 
constexpr const char * function_name () const noexcept
 

Static Public Member Functions

static constexpr source_location current (const char *file_name=__builtin_FILE(), const char *function_name=__builtin_FUNCTION(), std::int32_t line=__builtin_LINE(), std::int32_t column=__builtin_COLUMN()) noexcept
 

The documentation for this struct was generated from the following file: