Divide Framework 0.1
A free and open-source 3D Framework under heavy development
Loading...
Searching...
No Matches
Divide::is_fixed_string Concept Reference

#include <STLString.h>

Concept definition

template<typename T>
concept Divide::is_fixed_string = requires(T c) { []<typename X, int N, bool overflow>(eastl::fixed_string<X, N, overflow>&) {}(c); }

Detailed Description

Definition at line 62 of file STLString.h.