Un adaptateur. Possède ou référence une chaîne constante. Par commodité, cette classe convertit plusieurs chaînes mutables vers une représentation partagée.
Plus de détails...
#include <ref.hpp>
Un adaptateur. Possède ou référence une chaîne constante. Par commodité, cette classe convertit plusieurs chaînes mutables vers une représentation partagée.
Définition à la ligne 82 du fichier ref.hpp.
◆ StringRef() [1/2]
◆ StringRef() [2/2]
◆ operator()() [1/2]
| std::string & operator() |
( |
| ) |
|
|
inlineinherited |
◆ operator()() [2/2]
| const std::string & operator() |
( |
| ) |
const |
|
inlineinherited |
◆ operator*() [1/2]
| std::string & operator* |
( |
| ) |
|
|
inlineinherited |
◆ operator*() [2/2]
| const std::string & operator* |
( |
| ) |
const |
|
inlineinherited |
◆ operator->() [1/2]
| std::string * operator-> |
( |
| ) |
|
|
inlineinherited |
◆ operator->() [2/2]
| const std::string * operator-> |
( |
| ) |
const |
|
inlineinherited |
La documentation de cette classe a été générée à partir du fichier suivant :