|
| template<platform::SSize L, typename T , typename A > |
| using | rosetta_binders::vectorL_binder = utility_vector_binder< utility::vectorL< L, T, A >, L, T, A > |
| |
| template<typename T , typename A > |
| using | rosetta_binders::vector0_binder = utility_vector_binder< utility::vector0< T, A >, 0, T, A > |
| |
| template<typename T , typename A > |
| using | rosetta_binders::vector1_binder = utility_vector_binder< utility::vector1< T, A >, 1, T, A > |
| |
Support for custom binders for some Rosetta template classes.
- Author
- Sergey Lyskov