Converts byte arrays to integral types. More...
#include <vector>
#include <ecl/config/macros.hpp>
#include <ecl/concepts/containers.hpp>
#include <ecl/errors/compile_time_assert.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/mpl/converters.hpp>
#include <ecl/type_traits/fundamental_types.hpp>
#include <ecl/type_traits/numeric_limits.hpp>
#include "converter.hpp"
Go to the source code of this file.
Classes | |
class | ecl::Converter< Integral, std::vector< char > > |
Specialisation for the vector<char> container based FromByteArray converter. More... | |
class | ecl::Converter< Integral, std::vector< signed char > > |
Specialisation for the vector<signed char> container based FromByteArray converter. More... | |
class | ecl::Converter< Integral, std::vector< unsigned char > > |
Specialisation for the vector<unsigned char> container based FromByteArray converter. More... | |
Namespaces | |
namespace | ecl |