Namespaces
Variants

std::experimental::source_location:: source_location

From cppreference.net
constexpr source_location ( ) noexcept ;
(1) (Bibliothek Fundamentals TS v2)
source_location ( const source_location & other ) = default ;
(2) (Bibliothek Fundamentals TS v2)
(implizit deklariert)
source_location ( source_location && other ) = default ;
(3) (Bibliothek Fundamentals TS v2)
(implizit deklariert)
1) Konstruiert ein source_location -Objekt, dessen Werte implementierungsdefiniert sind.
2,3) Implizit deklarierte Kopier- und Verschiebekonstruktoren.

Parameter

other - eine andere source_location zum Kopieren

Siehe auch

[static]
Erstellt ein neues source_location
(Öffentliche statische Elementfunktion)