Program Listing for File size.hpp

Return to documentation for file (camp/size.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_SIZE_HPP
#define __CAMP_SIZE_HPP

namespace camp
{

template <typename T>
struct size;

}  // namespace camp

#endif /* __CAMP_SIZE_HPP */