Design Pattern Examples
Overview of object-oriented design patterns
lusplus/helpers/titlecase.h
Go to the documentation of this file.
1
5
6
#pragma once
7
#ifndef __TITLECASE_H__
8
#define __TITLECASE_H__
9
10
#include <string>
11
12
namespace
Helpers
13
{
23
std::string
titlecase
(
const
std::string& s);
24
25
}
26
#endif
// __TITLECASE_H__
27
Helpers
The namespace containing all the "helper" functions in the C++ code.
Definition:
argumentinvalid_error.h:14
Helpers::titlecase
std::string titlecase(const std::string &s)
Convert the first word (or only word) in the given string to lowercase then make the first letter upp...
Definition:
titlecase.cpp:11
cplusplus
helpers
titlecase.h
Generated on Tue Aug 29 2023 19:47:44 for Design Pattern Examples by
1.9.6