![]() |
Toolbox snapshot
The Reactive C++ Toolbox
|
Go to the source code of this file.
Namespaces | |
namespace | toolbox |
namespace | toolbox::util |
Typedefs | |
template<typename T > | |
using | toolbox::util::is_string = is_instantiation_of< T, std::basic_string > |
template<typename T > | |
using | toolbox::util::is_string_view = is_instantiation_of< T, std::basic_string_view > |
Variables | |
template<typename T , template< typename... > class Tpl> | |
constexpr bool | toolbox::util::is_instantiation_of_v = is_instantiation_of<T, Tpl>::value |
template<typename T > | |
constexpr bool | toolbox::util::is_string_v = is_string<T>::value |
template<typename T > | |
constexpr bool | toolbox::util::is_string_view_v = is_string_view<T>::value |
template<typename T > | |
constexpr bool | toolbox::util::is_decay_to_cstring_v = is_decay_to_cstring<T>::value |
template<typename T > | |
constexpr bool | toolbox::util::is_string_type_v = is_string_type<T>::value |