Skip to content

Latest commit

 

History

History
23 lines (21 loc) · 653 Bytes

README.md

File metadata and controls

23 lines (21 loc) · 653 Bytes

ConstexprLowerUpperString

Simple constexpr lower/upper string like object creator.

Installation

mkdir build
cd build
cmake [-DBUILD_EXAMPLES=ON] ..
make install

Usage

#include <ConstexprLowerUpperString/ConstexprLowerUpperString.h>

static constexpr auto lowerVal = ConstexprLowerUpperString::CLUStringHelper::CreateLower("SoMeThInG");
static constexpr auto upperVal = ConstexprLowerUpperString::CLUStringHelper::CreateUpper("SoMeThInG");

see also: https://github.com/TaeZStkyoht/ConstexprLowerUpperString/blob/main/examples/src/main.cpp

Uninstallation

In the build directory:

xargs rm < install_manifest.txt