Program Listing for File concepts.hpp
↰ Return to documentation for file (include/ecl/concepts.hpp
)
/*****************************************************************************
** Ifdefs
*****************************************************************************/
#ifndef ECL_CONCEPTS_HPP_
#define ECL_CONCEPTS_HPP_
/*****************************************************************************
** Includes
*****************************************************************************/
#include "concepts/macros.hpp"
#include "concepts/blueprints.hpp"
#include "concepts/containers.hpp"
#include "concepts/devices.hpp"
#include "concepts/nullary_function.hpp"
#include "concepts/streams.hpp"
#endif /* ECL_CONCEPTS_HPP_ */