52template<
typename Scalar,
typename Tag >
55 static_assert( std::is_scalar<Scalar>::value,
56 "Scalar is expected to be scalar type" );
Helper template for defining tagged scalar types.
RESTINIO_NODISCARD constexpr Scalar value() const noexcept
constexpr tagged_scalar_t(Scalar value) noexcept
Detection of compiler version and absence of various features.
#define RESTINIO_NODISCARD
run_on_this_thread_settings_t< Traits > on_this_thread()
A special marker for the case when http_server must be run on the context of the current thread.