framework
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Constant Groups | Typedefs
type_string.hpp File Reference

Type string container. More...

#include <framework/common/type_string.inl>

Go to the source code of this file.

Classes

struct  framework::type_string< Array >
 Type string. More...
 

Namespaces

 framework
 Framework namespace.
 

Constant Groups

 framework
 Framework namespace.
 

Typedefs

template<typename T >
using framework::is_type_string = typename detail::is_type_string_impl< T >::type
 
template<char... Array>
using framework::make_type_string = typename detail::make_type_string_impl< Array...>::type
 Make type string. More...
 
template<typename... Strings>
using framework::merge_strings = typename detail::merge_strings_impl< Strings...>::type
 Merge type strings.
 

Detailed Description

Type string container.