libfly  6.2.2
C++20 utility library for Linux, macOS, and Windows
fly::task::TaskLocation Struct Reference

#include <types.hpp>

Public Attributes

std::string_view m_file
 
std::string_view m_function
 
std::uint32_t m_line {0}
 

Detailed Description

Structure to store basic information about from where a task was posted.

N.B. This may be replaced by std::source_location when generally available.


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