#include <callable.hpp>
|
| | callable_t () noexcept=default |
| |
| template<class T , std::enable_if_t< !std::is_constructible< callable_t, T >::value > * = nullptr> |
| | callable_t (T &&value) |
| |
| template<class T , std::enable_if_t< !std::is_constructible< callable_t, T >::value > * = nullptr> |
| callable_t & | operator= (T &&value) |
| |
| | operator bool () const noexcept |
| |
| ReturnType | operator() () const |
| |
◆ callable_t() [1/2]
template<class ReturnType>
◆ callable_t() [2/2]
template<class ReturnType>
template<class T , std::enable_if_t< !std::is_constructible< callable_t, T >::value > * = nullptr>
◆ operator bool()
template<class ReturnType>
◆ operator()()
template<class ReturnType>
◆ operator=()
template<class ReturnType>
template<class T , std::enable_if_t< !std::is_constructible< callable_t, T >::value > * = nullptr>
The documentation for this class was generated from the following file: