20 template<std::
size_t N>
24 template<std::
size_t N>
35 inline operator ::SimpleMenuLayer*() {
return menu_layer_; }
43 template<
class T,
void (T::*Method)(
int index)>
44 static void pebble_callback_handler(
int index,
void* context)
46 (((T*)context)->*Method)(index);