Defines and validates the functionality for the container concept. More...
#include <ecl/config/ecl.hpp>
#include <ecl/type_traits/fundamental_types.hpp>
#include "macros.hpp"
Go to the source code of this file.
Classes | |
class | ecl::ByteContainerConcept< Implementation > |
Defines validating functionality for the byte container concept. More... | |
class | ecl::ContainerConcept< Implementation > |
Defines validating functionality for the container concept. More... | |
class | ecl::DynamicContainerConcept< Implementation > |
Defines validating functionality for the dynamic container concept. More... | |
class | ecl::SignedByteContainerConcept< Implementation > |
Defines validating functionality for the signed byte container concept. More... | |
class | ecl::UnsignedByteContainerConcept< Implementation > |
Defines validating functionality for the byte container concept. More... | |
Namespaces | |
namespace | ecl |
Embedded control libraries. |
Defines and validates the functionality for the container concept.
Definition in file containers.hpp.