|
FLANG
|
Public Types | |
| using | value_type = T |
Public Member Functions | |
| WithSource (const WithSource< T > &)=default | |
| WithSource (WithSource< T > &&)=default | |
| WithSource (const T &t, parser::CharBlock s) | |
| WithSource (T &&t, parser::CharBlock s) | |
| WithSource & | operator= (const WithSource< T > &)=default |
| WithSource & | operator= (WithSource< T > &&)=default |
Public Attributes | |
| T | value |
| parser::CharBlock | source |