Go to the source code of this file.
Namespaces | |
| namespace | toast |
Classes | |
| struct | toast::pair_ref_traits< T & > |
| Given the reference to a pair will define first_type and second_type unchanged. More... | |
| struct | toast::pair_ref_traits< T const & > |
| Given a const reference will const modify the first_type and second_type. More... | |