Jamba C++ API 8.0.0
Loading...
Searching...
No Matches
Concepts
Here is a list of all concepts with brief descriptions:
[detail level 123456]
 Npongasoft
 Nstl
 Nimpl
 RTransformer
 NUtils
 NCollection
 RFoldOpDefines the FoldOp concept which is a binary operation that takes two arguments of type U and T and returns a value of type U
 RFoldOpWithIndexSimilar to the FoldOp concept but with an additional index argument
 RConvertibleToAllows to detect (at compilation time) whether the call static_cast<To>(from) (where from is of type From) will compile
 RDynamicCastablePointer
 RElementModifierConcept for updating an element. We do not explicitly restrict the return type which is unused
 RElementPredicateConcept for updating an element
 RHasNotEqualAllows to detect whether a type defines operator!= at compile time
 RHasStaticMapValueConcept for a static mapValue function
 RIntegralOrEnumConcept that encapsulates both an integer and an enum (underlying type is an integral)
 ROstreamWritableAllows to detect whether a type defines ostream << x at compile time
 RStringOutputIteratorA concept to check if T is an output iterator that accepts std::string
 RUnaryFunctionMatches a callable used for read-only operations
 RUnaryModifierMatches a callable used for modification
 RUnaryTransformerMatches any callable (lambda, function object, etc.) that can be invoked with a T const& (or T) and return a value convertible to T
 NVST
 NGUI
 NViews
 Nimpl
 RHasCreatorChecks that T has a nested Creator class and that it can be default constructed
 RGUIStateSubclassConcept for a subclass of GUIState
 RIsDerivedFromIParamConverter
 RIsDerivedFromIParamSerializer
 RIsIParamConverterDefines the concept that matches IParamConverter
 RIsIParamSerializerDefines the concept that matches IParamSerializer
 RParametersSubclassConcept for a subclass of Parameters
 NVSTGUI
 RCViewSubclassConcept for a subclass of CView