mio 1.1.0
Loading...
Searching...
No Matches
mio::detail::is_c_str_helper< CharT, S > Struct Template Reference

#include <string_util.hpp>

Static Public Attributes

static constexpr bool value
 

Member Data Documentation

◆ value

template<typename CharT , typename S >
constexpr bool mio::detail::is_c_str_helper< CharT, S >::value
staticconstexpr
Initial value:
= std::is_same<
CharT*,
typename std::add_pointer<typename std::remove_cv<typename std::remove_pointer<
typename std::decay<S>::type>::type>::type>::type>::value
static constexpr bool value
Definition string_util.hpp:123

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