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

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

#include <request.hpp>

Static Public Attributes

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

Detailed Description

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

checks whether it is possible construct T from Arg


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