rstd 0.1.0
Loading...
Searching...
No Matches
rstd::panic_::SrcLoc Struct Referenceexport
module rstd.basic

Consteval wrapper for source_location to capture the caller's location as a default parameter. More...

Public Member Functions

consteval SrcLoc (sl_type v=sl_type::current()) noexcept
 Implicitly captures the caller's source location at compile time.
 

Public Attributes

sl_type val
 The captured source location value.
 

Detailed Description

Consteval wrapper for source_location to capture the caller's location as a default parameter.


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