rotor
Event loop friendly C++ actor micro-framework
 
Loading...
Searching...
No Matches
rotor::details::is_constructible< T, void, Args... > Struct Template Reference

checks whether it is possible construct T from Args... More...

#include <request.hpp>

Static Public Attributes

static constexpr auto value = is_somehow_constructible_v<T, Args...>
 returns true fi type T is constructible or braces-constructible from Args...
 

Detailed Description

template<typename T, typename... Args>
struct rotor::details::is_constructible< T, void, Args... >

checks whether it is possible construct T from Args...


The documentation for this struct was generated from the following file: