std::experimental::source_location:: source_location
From cppreference.net
<
cpp
|
experimental
|
source location
|
constexpr
source_location
(
)
noexcept
;
|
(1) | (bibliothèque fundamentals TS v2) |
|
source_location
(
const
source_location
&
other
)
=
default
;
|
(2) |
(bibliothèque fundamentals TS v2)
(déclaré implicitement) |
|
source_location
(
source_location
&&
other
)
=
default
;
|
(3) |
(bibliothèque fundamentals TS v2)
(déclaré implicitement) |
1)
Construit un objet
source_location
dont les valeurs sont définies par l'implémentation.
2,3)
Constructeurs de copie et de déplacement déclarés implicitement.
Paramètres
| autre | - |
une autre
source_location
à copier
|
Voir aussi
|
[static]
|
construit un nouveau
source_location
(fonction membre publique statique) |