Porytiles
Loading...
Searching...
No Matches
dynamic_cased_name.hpp File Reference
#include <compare>
#include <format>
#include <ostream>
#include <string>
#include <vector>
Include dependency graph for dynamic_cased_name.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  porytiles::DynamicCasedName
 A smart string wrapper that preserves word structure for lossless case format conversion. More...
 
struct  std::hash< porytiles::DynamicCasedName >
 
struct  std::formatter< porytiles::DynamicCasedName >
 std::formatter specialization for DynamicCasedName. More...
 

Namespaces

namespace  porytiles
 

Functions

std::string porytiles::to_string (const DynamicCasedName &value)
 Converts a DynamicCasedName to its snake_case string representation.
 
std::ostream & porytiles::operator<< (std::ostream &os, const DynamicCasedName &value)
 Stream insertion operator for DynamicCasedName.