3#ifndef TETL_TYPE_TRAITS_IS_FUNDAMENTAL_HPP
4#define TETL_TYPE_TRAITS_IS_FUNDAMENTAL_HPP
Definition adjacent_find.hpp:8
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
constexpr bool is_fundamental_v
Definition is_fundamental.hpp:20
static constexpr bool value
Definition integral_constant.hpp:10
If T is a fundamental type (that is, arithmetic type, void, or nullptr_t), provides the member consta...
Definition is_fundamental.hpp:17