mio 1.1.0
Loading...
Searching...
No Matches
string_util.hpp File Reference

Go to the source code of this file.

Classes

struct  mio::detail::char_type_helper< S, C, typename, typename >
 
struct  mio::detail::char_type< T >
 
struct  mio::detail::char_type< char * >
 
struct  mio::detail::char_type< const char * >
 
struct  mio::detail::char_type< char[N]>
 
struct  mio::detail::char_type< const char[N]>
 
struct  mio::detail::is_c_str_helper< CharT, S >
 
struct  mio::detail::is_c_str< S >
 
struct  mio::detail::is_c_str_or_c_wstr< S >
 

Namespaces

namespace  mio
 
namespace  mio::detail
 

Functions

template<typename String , typename = decltype(std::declval<String>().data()), typename = typename std::enable_if<!is_c_str_or_c_wstr<String>::value>::type>
const char_type< String >::type * mio::detail::c_str (const String &path)
 
template<typename String , typename = decltype(std::declval<String>().empty()), typename = typename std::enable_if<!is_c_str_or_c_wstr<String>::value>::type>
bool mio::detail::empty (const String &path)
 
template<typename String , typename = typename std::enable_if<is_c_str_or_c_wstr<String>::value>::type>
const char_type< String >::type * mio::detail::c_str (String path)
 
template<typename String , typename = typename std::enable_if<is_c_str_or_c_wstr<String>::value>::type>
bool mio::detail::empty (String path)