/* ************************************************************************** */ /* */ /* ::: :::::::: */ /* is_integral.hpp :+: :+: :+: */ /* +:+ +:+ +:+ */ /* By: apommier +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2022/11/19 10:55:07 by apommier #+# #+# */ /* Updated: 2022/11/22 14:07:55 by apommier ### ########.fr */ /* */ /* ************************************************************************** */ #pragma once namespace ft { template struct is_integral { static const bool value = false; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; template <> struct is_integral { static const bool value = true; }; }