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

checks whether T is default-constructible
More...

#include <request.hpp>

Static Public Attributes

static constexpr auto value = std::is_default_constructible_v<T>
 returns true fi type T is default-constructible
 

Detailed Description

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

checks whether T is default-constructible


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