3#ifndef TETL_TYPE_TRAITS_IS_TRIVIAL_HPP
4#define TETL_TYPE_TRAITS_IS_TRIVIAL_HPP
Definition adjacent_find.hpp:8
constexpr bool is_trivial_v
Definition is_trivial.hpp:22
integral_constant< bool, B > bool_constant
Definition bool_constant.hpp:11
static constexpr bool value
Definition integral_constant.hpp:10
If T is TrivialType (that is, a scalar type, a trivially copyable class with a trivial default constr...
Definition is_trivial.hpp:19