All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
safeMove.cc
Go to the documentation of this file.
2 
3 namespace osl
4 {
5  // explicit template instantiation
6  template struct move_classifier::SafeMove<BLACK>;
7  template struct move_classifier::SafeMove<WHITE>;
8 }