info_success.h
Go to the documentation of this file.
1 #ifndef art_Framework_Art_detail_info_success_h
2 #define art_Framework_Art_detail_info_success_h
3 
4 #include <limits>
5 
6 namespace art::detail {
7  constexpr int
9  {
11  }
12 }
13 
14 #endif /* art_Framework_Art_detail_info_success_h */
15 
16 // Local Variables:
17 // mode: c++
18 // End:
static int max(int a, int b)
constexpr int info_success()
Definition: info_success.h:8