Program Listing for File type_traits.hpp

Return to documentation for file (camp/type_traits.hpp)

/*
Copyright (c) 2016-18, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory
Maintained by Tom Scogland <scogland1@llnl.gov>
CODE-756261, All rights reserved.
This file is part of camp.
For details about use and distribution, please read LICENSE and NOTICE from
http://github.com/llnl/camp
*/

#ifndef __CAMP_TYPE_TRAITS_HPP
#define __CAMP_TYPE_TRAITS_HPP

#include "camp/type_traits/is_same.hpp"

#endif /* __CAMP_TYPE_TRAITS_HPP */