Boost.Hana  1.5.0
Your standard library for metaprogramming
string.hpp File Reference

Forward declares boost::hana::string. More...

Classes

struct  boost::hana::string< implementation_defined >
 Compile-time string. More...
 
struct  boost::hana::string_tag
 Tag representing a compile-time string. More...
 

Namespaces

 boost::hana
 Namespace containing everything in the library.
 
 boost::hana::literals
 Namespace containing C++14 user-defined literals provided by Hana.
 

Functions

template<typename CharT , CharT... s>
constexpr auto boost::hana::literals::operator""_s ()
 Creates a compile-time string from a string literal. More...
 

Detailed Description

Forward declares boost::hana::string.