28 #ifndef BSL_IS_FUNDAMENTAL_HPP 29 #define BSL_IS_FUNDAMENTAL_HPP 49 [[nodiscard]] constexpr
bool If the provided type is a fundamental type, provides the member constant value equal to true....
Definition: is_fundamental.hpp:76
If the provided type is a void type (taking into account const qualifications), provides the member c...
Definition: is_void.hpp:48
If the provided type is an abstract class type, provides the member constant value equal to true....
Definition: is_arithmetic.hpp:49
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If the provided type is a nullptr type (taking into account const qualifications),...
Definition: is_null_pointer.hpp:48
constexpr bool check_is_fundamental() noexcept
Checks if the provided type "T" is a fundamental type and if so, returns true, otherwise returns fals...
Definition: is_fundamental.hpp:50