Searched refs:my_pi (Results 1 – 2 of 2) sorted by relevance
4 static_assert(my_pi<double> == (double)3.1415926535897932385L);5 static_assert(my_pi<char> == '3');
3 constexpr T my_pi = T(3.1415926535897932385L); // variable template variable5 template <> constexpr char my_pi<char> = '3'; // variable template specialization variable