eq_int_type
compare
Enter search terms or a module, class or function name.
static SPROUT_CONSTEXPR int_type eof() SPROUT_NOEXCEPT;
#include <sprout/string.hpp> #include <cstdio> using namespace sprout; SPROUT_STATIC_CONSTEXPR char x = char_traits<char>::eof(); static_assert(x == EOF, "x is equivalent to EOF.");