#include "../experimental/decompose.h"
#include "../quantity.h"
#include "../static_vector.h"
#include "../types.h"
#include "./base.h"
#include "./error.h"
#include "./message.h"
#include <chrono>
#include <optional>
#include <variant>
Go to the source code of this file.
|
| template<typename D > |
| concept | emlabcpp::protocol::convertible |
| | This concepts limits types to types that can be declared, that is the overload of 'traits_for' is fully defined: traits_for::value_type contains definition of value produced by the declaration, traits_for::max_size contains estimated maximal size in bytes taken by the serialized value in the message. More...
|
| |
| template<typename T > |
| concept | emlabcpp::protocol::fixedly_sized = traits_for< T >::min_size == traits_for< T >::max_size |
| |