Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
functions.cpp
Go to the documentation of this file.
1/*
2 * Project: RooFit
3 * Authors:
4 * RA, Roel Aaij, NIKHEF
5 * PB, Patrick Bos, Netherlands eScience Center, p.bos@esciencecenter.nl
6 *
7 * Copyright (c) 2021, CERN
8 *
9 * Redistribution and use in source and binary forms,
10 * with or without modification, are permitted according to the terms
11 * listed in LICENSE (http://roofit.sourceforge.net/license.txt)
12 */
13
15
16#include <cstring>
17
18namespace ZMQ {
19std::size_t stringLength(const char &cs)
20{
21 return strlen(&cs);
22}
23} // namespace ZMQ
std::size_t stringLength(const char &cs)
Definition functions.cpp:19